v1alpha1

package
v1.15.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 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 VaultLister

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

VaultLister helps list Vaults. All objects returned here must be treated as read-only.

func NewVaultLister

func NewVaultLister(indexer cache.Indexer) VaultLister

NewVaultLister returns a new VaultLister.

type VaultListerExpansion

type VaultListerExpansion interface{}

VaultListerExpansion allows custom methods to be added to VaultLister.

type VaultNamespaceLister

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

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

type VaultNamespaceListerExpansion

type VaultNamespaceListerExpansion interface{}

VaultNamespaceListerExpansion allows custom methods to be added to VaultNamespaceLister.

Jump to

Keyboard shortcuts

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