v1

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OLMConfigLister added in v0.20.0

type OLMConfigLister interface {
	// List lists all OLMConfigs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.OLMConfig, err error)
	// Get retrieves the OLMConfig from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.OLMConfig, error)
	OLMConfigListerExpansion
}

OLMConfigLister helps list OLMConfigs. All objects returned here must be treated as read-only.

func NewOLMConfigLister added in v0.20.0

func NewOLMConfigLister(indexer cache.Indexer) OLMConfigLister

NewOLMConfigLister returns a new OLMConfigLister.

type OLMConfigListerExpansion added in v0.20.0

type OLMConfigListerExpansion interface{}

OLMConfigListerExpansion allows custom methods to be added to OLMConfigLister.

type OperatorConditionLister added in v0.18.0

type OperatorConditionLister interface {
	// List lists all OperatorConditions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.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 added in v0.18.0

func NewOperatorConditionLister(indexer cache.Indexer) OperatorConditionLister

NewOperatorConditionLister returns a new OperatorConditionLister.

type OperatorConditionListerExpansion added in v0.18.0

type OperatorConditionListerExpansion interface{}

OperatorConditionListerExpansion allows custom methods to be added to OperatorConditionLister.

type OperatorConditionNamespaceLister added in v0.18.0

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 []*v1.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) (*v1.OperatorCondition, error)
	OperatorConditionNamespaceListerExpansion
}

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

type OperatorConditionNamespaceListerExpansion added in v0.18.0

type OperatorConditionNamespaceListerExpansion interface{}

OperatorConditionNamespaceListerExpansion allows custom methods to be added to OperatorConditionNamespaceLister.

type OperatorGroupLister

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

OperatorGroupLister helps list OperatorGroups. All objects returned here must be treated as read-only.

func NewOperatorGroupLister

func NewOperatorGroupLister(indexer cache.Indexer) OperatorGroupLister

NewOperatorGroupLister returns a new OperatorGroupLister.

type OperatorGroupListerExpansion

type OperatorGroupListerExpansion interface{}

OperatorGroupListerExpansion allows custom methods to be added to OperatorGroupLister.

type OperatorGroupNamespaceLister

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

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

type OperatorGroupNamespaceListerExpansion

type OperatorGroupNamespaceListerExpansion interface{}

OperatorGroupNamespaceListerExpansion allows custom methods to be added to OperatorGroupNamespaceLister.

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 []*v1.Operator, err error)
	// Get retrieves the Operator from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.Operator, error)
	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.

Jump to

Keyboard shortcuts

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