v1alpha1

package
v0.0.0-...-54c7bc2 Latest Latest
Warning

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

Go to latest
Published: May 24, 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 CustomConfigMapLister

type CustomConfigMapLister interface {
	// List lists all CustomConfigMaps in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CustomConfigMap, err error)
	// CustomConfigMaps returns an object that can list and get CustomConfigMaps.
	CustomConfigMaps(namespace string) CustomConfigMapNamespaceLister
	CustomConfigMapListerExpansion
}

CustomConfigMapLister helps list CustomConfigMaps. All objects returned here must be treated as read-only.

func NewCustomConfigMapLister

func NewCustomConfigMapLister(indexer cache.Indexer) CustomConfigMapLister

NewCustomConfigMapLister returns a new CustomConfigMapLister.

type CustomConfigMapListerExpansion

type CustomConfigMapListerExpansion interface{}

CustomConfigMapListerExpansion allows custom methods to be added to CustomConfigMapLister.

type CustomConfigMapNamespaceLister

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

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

type CustomConfigMapNamespaceListerExpansion

type CustomConfigMapNamespaceListerExpansion interface{}

CustomConfigMapNamespaceListerExpansion allows custom methods to be added to CustomConfigMapNamespaceLister.

type CustomSecretLister

type CustomSecretLister interface {
	// List lists all CustomSecrets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CustomSecret, err error)
	// CustomSecrets returns an object that can list and get CustomSecrets.
	CustomSecrets(namespace string) CustomSecretNamespaceLister
	CustomSecretListerExpansion
}

CustomSecretLister helps list CustomSecrets. All objects returned here must be treated as read-only.

func NewCustomSecretLister

func NewCustomSecretLister(indexer cache.Indexer) CustomSecretLister

NewCustomSecretLister returns a new CustomSecretLister.

type CustomSecretListerExpansion

type CustomSecretListerExpansion interface{}

CustomSecretListerExpansion allows custom methods to be added to CustomSecretLister.

type CustomSecretNamespaceLister

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

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

type CustomSecretNamespaceListerExpansion

type CustomSecretNamespaceListerExpansion interface{}

CustomSecretNamespaceListerExpansion allows custom methods to be added to CustomSecretNamespaceLister.

Jump to

Keyboard shortcuts

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