v1alpha1

package
v0.0.0-...-0118a35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2020 License: Apache-2.0, MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL