v2beta1

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 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 AzureKeyVaultSecretLister

type AzureKeyVaultSecretLister interface {
	// List lists all AzureKeyVaultSecrets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2beta1.AzureKeyVaultSecret, err error)
	// AzureKeyVaultSecrets returns an object that can list and get AzureKeyVaultSecrets.
	AzureKeyVaultSecrets(namespace string) AzureKeyVaultSecretNamespaceLister
	AzureKeyVaultSecretListerExpansion
}

AzureKeyVaultSecretLister helps list AzureKeyVaultSecrets. All objects returned here must be treated as read-only.

func NewAzureKeyVaultSecretLister

func NewAzureKeyVaultSecretLister(indexer cache.Indexer) AzureKeyVaultSecretLister

NewAzureKeyVaultSecretLister returns a new AzureKeyVaultSecretLister.

type AzureKeyVaultSecretListerExpansion

type AzureKeyVaultSecretListerExpansion interface{}

AzureKeyVaultSecretListerExpansion allows custom methods to be added to AzureKeyVaultSecretLister.

type AzureKeyVaultSecretNamespaceLister

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

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

type AzureKeyVaultSecretNamespaceListerExpansion

type AzureKeyVaultSecretNamespaceListerExpansion interface{}

AzureKeyVaultSecretNamespaceListerExpansion allows custom methods to be added to AzureKeyVaultSecretNamespaceLister.

Jump to

Keyboard shortcuts

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