v1beta1

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 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 InstanceLister

type InstanceLister interface {
	// List lists all Instances in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.Instance, err error)
	// Instances returns an object that can list and get Instances.
	Instances(namespace string) InstanceNamespaceLister
	InstanceListerExpansion
}

InstanceLister helps list Instances. All objects returned here must be treated as read-only.

func NewInstanceLister

func NewInstanceLister(indexer cache.Indexer) InstanceLister

NewInstanceLister returns a new InstanceLister.

type InstanceListerExpansion

type InstanceListerExpansion interface{}

InstanceListerExpansion allows custom methods to be added to InstanceLister.

type InstanceNamespaceLister

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

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

type InstanceNamespaceListerExpansion

type InstanceNamespaceListerExpansion interface{}

InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.

type OperatorLister

type OperatorLister interface {
	// List lists all Operators in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.Operator, err error)
	// Operators returns an object that can list and get Operators.
	Operators(namespace string) OperatorNamespaceLister
	OperatorListerExpansion
}

OperatorLister helps list Operators. All objects returned here must be treated as read-only.

func NewOperatorLister

func NewOperatorLister(indexer cache.Indexer) OperatorLister

NewOperatorLister returns a new OperatorLister.

type OperatorListerExpansion

type OperatorListerExpansion interface{}

OperatorListerExpansion allows custom methods to be added to OperatorLister.

type OperatorNamespaceLister

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

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

type OperatorNamespaceListerExpansion

type OperatorNamespaceListerExpansion interface{}

OperatorNamespaceListerExpansion allows custom methods to be added to OperatorNamespaceLister.

type OperatorVersionLister

type OperatorVersionLister interface {
	// List lists all OperatorVersions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.OperatorVersion, err error)
	// OperatorVersions returns an object that can list and get OperatorVersions.
	OperatorVersions(namespace string) OperatorVersionNamespaceLister
	OperatorVersionListerExpansion
}

OperatorVersionLister helps list OperatorVersions. All objects returned here must be treated as read-only.

func NewOperatorVersionLister

func NewOperatorVersionLister(indexer cache.Indexer) OperatorVersionLister

NewOperatorVersionLister returns a new OperatorVersionLister.

type OperatorVersionListerExpansion

type OperatorVersionListerExpansion interface{}

OperatorVersionListerExpansion allows custom methods to be added to OperatorVersionLister.

type OperatorVersionNamespaceLister

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

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

type OperatorVersionNamespaceListerExpansion

type OperatorVersionNamespaceListerExpansion interface{}

OperatorVersionNamespaceListerExpansion allows custom methods to be added to OperatorVersionNamespaceLister.

Jump to

Keyboard shortcuts

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