v1

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoDeployUnitLister

type AutoDeployUnitLister interface {
	// List lists all AutoDeployUnits in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.AutoDeployUnit, err error)
	// AutoDeployUnits returns an object that can list and get AutoDeployUnits.
	AutoDeployUnits(namespace string) AutoDeployUnitNamespaceLister
	AutoDeployUnitListerExpansion
}

AutoDeployUnitLister helps list AutoDeployUnits. All objects returned here must be treated as read-only.

func NewAutoDeployUnitLister

func NewAutoDeployUnitLister(indexer cache.Indexer) AutoDeployUnitLister

NewAutoDeployUnitLister returns a new AutoDeployUnitLister.

type AutoDeployUnitListerExpansion

type AutoDeployUnitListerExpansion interface{}

AutoDeployUnitListerExpansion allows custom methods to be added to AutoDeployUnitLister.

type AutoDeployUnitNamespaceLister

type AutoDeployUnitNamespaceLister interface {
	// List lists all AutoDeployUnits in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.AutoDeployUnit, err error)
	// Get retrieves the AutoDeployUnit from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.AutoDeployUnit, error)
	AutoDeployUnitNamespaceListerExpansion
}

AutoDeployUnitNamespaceLister helps list and get AutoDeployUnits. All objects returned here must be treated as read-only.

type AutoDeployUnitNamespaceListerExpansion

type AutoDeployUnitNamespaceListerExpansion interface{}

AutoDeployUnitNamespaceListerExpansion allows custom methods to be added to AutoDeployUnitNamespaceLister.

Jump to

Keyboard shortcuts

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