v2

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 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 OperatorConditionLister

type OperatorConditionLister interface {
	// List lists all OperatorConditions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.OperatorCondition, err error)
	// OperatorConditions returns an object that can list and get OperatorConditions.
	OperatorConditions(namespace string) OperatorConditionNamespaceLister
	OperatorConditionListerExpansion
}

OperatorConditionLister helps list OperatorConditions. All objects returned here must be treated as read-only.

func NewOperatorConditionLister

func NewOperatorConditionLister(indexer cache.Indexer) OperatorConditionLister

NewOperatorConditionLister returns a new OperatorConditionLister.

type OperatorConditionListerExpansion

type OperatorConditionListerExpansion interface{}

OperatorConditionListerExpansion allows custom methods to be added to OperatorConditionLister.

type OperatorConditionNamespaceLister

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

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

type OperatorConditionNamespaceListerExpansion

type OperatorConditionNamespaceListerExpansion interface{}

OperatorConditionNamespaceListerExpansion allows custom methods to be added to OperatorConditionNamespaceLister.

Jump to

Keyboard shortcuts

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