v1alpha1

package
v0.0.0-...-a8dad97 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterConfigMapLister

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

ClusterConfigMapLister helps list ClusterConfigMaps. All objects returned here must be treated as read-only.

func NewClusterConfigMapLister

func NewClusterConfigMapLister(indexer cache.Indexer) ClusterConfigMapLister

NewClusterConfigMapLister returns a new ClusterConfigMapLister.

type ClusterConfigMapListerExpansion

type ClusterConfigMapListerExpansion interface{}

ClusterConfigMapListerExpansion allows custom methods to be added to ClusterConfigMapLister.

type ClusterConfigMapNamespaceLister

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

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

type ClusterConfigMapNamespaceListerExpansion

type ClusterConfigMapNamespaceListerExpansion interface{}

ClusterConfigMapNamespaceListerExpansion allows custom methods to be added to ClusterConfigMapNamespaceLister.

type ClusterSecretLister

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

ClusterSecretLister helps list ClusterSecrets. All objects returned here must be treated as read-only.

func NewClusterSecretLister

func NewClusterSecretLister(indexer cache.Indexer) ClusterSecretLister

NewClusterSecretLister returns a new ClusterSecretLister.

type ClusterSecretListerExpansion

type ClusterSecretListerExpansion interface{}

ClusterSecretListerExpansion allows custom methods to be added to ClusterSecretLister.

type ClusterSecretNamespaceLister

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

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

type ClusterSecretNamespaceListerExpansion

type ClusterSecretNamespaceListerExpansion interface{}

ClusterSecretNamespaceListerExpansion allows custom methods to be added to ClusterSecretNamespaceLister.

Jump to

Keyboard shortcuts

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