Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeClassLister ¶
type RuntimeClassLister interface { // List lists all RuntimeClasses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.RuntimeClass, err error) // Get retrieves the RuntimeClass from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1.RuntimeClass, error) RuntimeClassListerExpansion }
RuntimeClassLister helps list RuntimeClasses. All objects returned here must be treated as read-only.
func NewRuntimeClassLister ¶
func NewRuntimeClassLister(indexer cache.Indexer) RuntimeClassLister
NewRuntimeClassLister returns a new RuntimeClassLister.
type RuntimeClassListerExpansion ¶
type RuntimeClassListerExpansion interface{}
RuntimeClassListerExpansion allows custom methods to be added to RuntimeClassLister.
Click to show internal directories.
Click to hide internal directories.