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