v1alpha1

package
v0.0.0-...-1764fb8 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2019 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerInstallationLister

type ControllerInstallationLister interface {
	// List lists all ControllerInstallations in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ControllerInstallation, err error)
	// Get retrieves the ControllerInstallation from the index for a given name.
	Get(name string) (*v1alpha1.ControllerInstallation, error)
	ControllerInstallationListerExpansion
}

ControllerInstallationLister helps list ControllerInstallations.

func NewControllerInstallationLister

func NewControllerInstallationLister(indexer cache.Indexer) ControllerInstallationLister

NewControllerInstallationLister returns a new ControllerInstallationLister.

type ControllerInstallationListerExpansion

type ControllerInstallationListerExpansion interface{}

ControllerInstallationListerExpansion allows custom methods to be added to ControllerInstallationLister.

type ControllerRegistrationLister

type ControllerRegistrationLister interface {
	// List lists all ControllerRegistrations in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ControllerRegistration, err error)
	// Get retrieves the ControllerRegistration from the index for a given name.
	Get(name string) (*v1alpha1.ControllerRegistration, error)
	ControllerRegistrationListerExpansion
}

ControllerRegistrationLister helps list ControllerRegistrations.

func NewControllerRegistrationLister

func NewControllerRegistrationLister(indexer cache.Indexer) ControllerRegistrationLister

NewControllerRegistrationLister returns a new ControllerRegistrationLister.

type ControllerRegistrationListerExpansion

type ControllerRegistrationListerExpansion interface{}

ControllerRegistrationListerExpansion allows custom methods to be added to ControllerRegistrationLister.

type PlantLister

type PlantLister interface {
	// List lists all Plants in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Plant, err error)
	// Plants returns an object that can list and get Plants.
	Plants(namespace string) PlantNamespaceLister
	PlantListerExpansion
}

PlantLister helps list Plants.

func NewPlantLister

func NewPlantLister(indexer cache.Indexer) PlantLister

NewPlantLister returns a new PlantLister.

type PlantListerExpansion

type PlantListerExpansion interface{}

PlantListerExpansion allows custom methods to be added to PlantLister.

type PlantNamespaceLister

type PlantNamespaceLister interface {
	// List lists all Plants in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Plant, err error)
	// Get retrieves the Plant from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Plant, error)
	PlantNamespaceListerExpansion
}

PlantNamespaceLister helps list and get Plants.

type PlantNamespaceListerExpansion

type PlantNamespaceListerExpansion interface{}

PlantNamespaceListerExpansion allows custom methods to be added to PlantNamespaceLister.

Jump to

Keyboard shortcuts

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