v1alpha1

package
v0.0.0-...-d24fd3e Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 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 SharedConfigMapLister

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

SharedConfigMapLister helps list SharedConfigMaps. All objects returned here must be treated as read-only.

func NewSharedConfigMapLister

func NewSharedConfigMapLister(indexer cache.Indexer) SharedConfigMapLister

NewSharedConfigMapLister returns a new SharedConfigMapLister.

type SharedConfigMapListerExpansion

type SharedConfigMapListerExpansion interface{}

SharedConfigMapListerExpansion allows custom methods to be added to SharedConfigMapLister.

type SharedSecretLister

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

SharedSecretLister helps list SharedSecrets. All objects returned here must be treated as read-only.

func NewSharedSecretLister

func NewSharedSecretLister(indexer cache.Indexer) SharedSecretLister

NewSharedSecretLister returns a new SharedSecretLister.

type SharedSecretListerExpansion

type SharedSecretListerExpansion interface{}

SharedSecretListerExpansion allows custom methods to be added to SharedSecretLister.

Jump to

Keyboard shortcuts

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