Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonInstanceLister ¶
type AddonInstanceLister interface { // List lists all AddonInstances in the indexer. List(selector labels.Selector) (ret []*v1alpha1.AddonInstance, err error) // AddonInstances returns an object that can list and get AddonInstances. AddonInstances(namespace string) AddonInstanceNamespaceLister AddonInstanceListerExpansion }
AddonInstanceLister helps list AddonInstances.
func NewAddonInstanceLister ¶
func NewAddonInstanceLister(indexer cache.Indexer) AddonInstanceLister
NewAddonInstanceLister returns a new AddonInstanceLister.
type AddonInstanceListerExpansion ¶
type AddonInstanceListerExpansion interface{}
AddonInstanceListerExpansion allows custom methods to be added to AddonInstanceLister.
type AddonInstanceNamespaceLister ¶
type AddonInstanceNamespaceLister interface { // List lists all AddonInstances in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.AddonInstance, err error) // Get retrieves the AddonInstance from the indexer for a given namespace and name. Get(name string) (*v1alpha1.AddonInstance, error) AddonInstanceNamespaceListerExpansion }
AddonInstanceNamespaceLister helps list and get AddonInstances.
type AddonInstanceNamespaceListerExpansion ¶
type AddonInstanceNamespaceListerExpansion interface{}
AddonInstanceNamespaceListerExpansion allows custom methods to be added to AddonInstanceNamespaceLister.
type AddonManifestLister ¶
type AddonManifestLister interface { // List lists all AddonManifests in the indexer. List(selector labels.Selector) (ret []*v1alpha1.AddonManifest, err error) // AddonManifests returns an object that can list and get AddonManifests. AddonManifests(namespace string) AddonManifestNamespaceLister AddonManifestListerExpansion }
AddonManifestLister helps list AddonManifests.
func NewAddonManifestLister ¶
func NewAddonManifestLister(indexer cache.Indexer) AddonManifestLister
NewAddonManifestLister returns a new AddonManifestLister.
type AddonManifestListerExpansion ¶
type AddonManifestListerExpansion interface{}
AddonManifestListerExpansion allows custom methods to be added to AddonManifestLister.
type AddonManifestNamespaceLister ¶
type AddonManifestNamespaceLister interface { // List lists all AddonManifests in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.AddonManifest, err error) // Get retrieves the AddonManifest from the indexer for a given namespace and name. Get(name string) (*v1alpha1.AddonManifest, error) AddonManifestNamespaceListerExpansion }
AddonManifestNamespaceLister helps list and get AddonManifests.
type AddonManifestNamespaceListerExpansion ¶
type AddonManifestNamespaceListerExpansion interface{}
AddonManifestNamespaceListerExpansion allows custom methods to be added to AddonManifestNamespaceLister.