v1alpha1

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2023 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RestStrategyLister

type RestStrategyLister interface {
	// List lists all RestStrategies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.RestStrategy, err error)
	// RestStrategies returns an object that can list and get RestStrategies.
	RestStrategies(namespace string) RestStrategyNamespaceLister
	RestStrategyListerExpansion
}

RestStrategyLister helps list RestStrategies. All objects returned here must be treated as read-only.

func NewRestStrategyLister

func NewRestStrategyLister(indexer cache.Indexer) RestStrategyLister

NewRestStrategyLister returns a new RestStrategyLister.

type RestStrategyListerExpansion

type RestStrategyListerExpansion interface{}

RestStrategyListerExpansion allows custom methods to be added to RestStrategyLister.

type RestStrategyNamespaceLister

type RestStrategyNamespaceLister interface {
	// List lists all RestStrategies in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.RestStrategy, err error)
	// Get retrieves the RestStrategy from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.RestStrategy, error)
	RestStrategyNamespaceListerExpansion
}

RestStrategyNamespaceLister helps list and get RestStrategies. All objects returned here must be treated as read-only.

type RestStrategyNamespaceListerExpansion

type RestStrategyNamespaceListerExpansion interface{}

RestStrategyNamespaceListerExpansion allows custom methods to be added to RestStrategyNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL