v1

package
v3.11.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2018 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 CVOConfigLister

type CVOConfigLister interface {
	// List lists all CVOConfigs in the indexer.
	List(selector labels.Selector) (ret []*v1.CVOConfig, err error)
	// CVOConfigs returns an object that can list and get CVOConfigs.
	CVOConfigs(namespace string) CVOConfigNamespaceLister
	CVOConfigListerExpansion
}

CVOConfigLister helps list CVOConfigs.

func NewCVOConfigLister

func NewCVOConfigLister(indexer cache.Indexer) CVOConfigLister

NewCVOConfigLister returns a new CVOConfigLister.

type CVOConfigListerExpansion

type CVOConfigListerExpansion interface{}

CVOConfigListerExpansion allows custom methods to be added to CVOConfigLister.

type CVOConfigNamespaceLister

type CVOConfigNamespaceLister interface {
	// List lists all CVOConfigs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CVOConfig, err error)
	// Get retrieves the CVOConfig from the indexer for a given namespace and name.
	Get(name string) (*v1.CVOConfig, error)
	CVOConfigNamespaceListerExpansion
}

CVOConfigNamespaceLister helps list and get CVOConfigs.

type CVOConfigNamespaceListerExpansion

type CVOConfigNamespaceListerExpansion interface{}

CVOConfigNamespaceListerExpansion allows custom methods to be added to CVOConfigNamespaceLister.

Jump to

Keyboard shortcuts

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