Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostPathProvisionerLister ¶
type HostPathProvisionerLister interface { // List lists all HostPathProvisioners in the indexer. List(selector labels.Selector) (ret []*v1alpha1.HostPathProvisioner, err error) // Get retrieves the HostPathProvisioner from the index for a given name. Get(name string) (*v1alpha1.HostPathProvisioner, error) HostPathProvisionerListerExpansion }
HostPathProvisionerLister helps list HostPathProvisioners.
func NewHostPathProvisionerLister ¶
func NewHostPathProvisionerLister(indexer cache.Indexer) HostPathProvisionerLister
NewHostPathProvisionerLister returns a new HostPathProvisionerLister.
type HostPathProvisionerListerExpansion ¶
type HostPathProvisionerListerExpansion interface{}
HostPathProvisionerListerExpansion allows custom methods to be added to HostPathProvisionerLister.
Click to show internal directories.
Click to hide internal directories.