Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceGroupLister ¶
type InstanceGroupLister interface { // List lists all InstanceGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceGroup, err error) // InstanceGroups returns an object that can list and get InstanceGroups. InstanceGroups(namespace string) InstanceGroupNamespaceLister InstanceGroupListerExpansion }
InstanceGroupLister helps list InstanceGroups. All objects returned here must be treated as read-only.
func NewInstanceGroupLister ¶
func NewInstanceGroupLister(indexer cache.Indexer) InstanceGroupLister
NewInstanceGroupLister returns a new InstanceGroupLister.
type InstanceGroupListerExpansion ¶
type InstanceGroupListerExpansion interface{}
InstanceGroupListerExpansion allows custom methods to be added to InstanceGroupLister.
type InstanceGroupNamespaceLister ¶
type InstanceGroupNamespaceLister interface { // List lists all InstanceGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceGroup, err error) // Get retrieves the InstanceGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceGroup, error) InstanceGroupNamespaceListerExpansion }
InstanceGroupNamespaceLister helps list and get InstanceGroups. All objects returned here must be treated as read-only.
type InstanceGroupNamespaceListerExpansion ¶
type InstanceGroupNamespaceListerExpansion interface{}
InstanceGroupNamespaceListerExpansion allows custom methods to be added to InstanceGroupNamespaceLister.
Click to show internal directories.
Click to hide internal directories.