Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VaultServerLister ¶
type VaultServerLister interface { // List lists all VaultServers in the indexer. List(selector labels.Selector) (ret []*v1alpha1.VaultServer, err error) // VaultServers returns an object that can list and get VaultServers. VaultServers(namespace string) VaultServerNamespaceLister VaultServerListerExpansion }
VaultServerLister helps list VaultServers.
func NewVaultServerLister ¶
func NewVaultServerLister(indexer cache.Indexer) VaultServerLister
NewVaultServerLister returns a new VaultServerLister.
type VaultServerListerExpansion ¶
type VaultServerListerExpansion interface{}
VaultServerListerExpansion allows custom methods to be added to VaultServerLister.
type VaultServerNamespaceLister ¶
type VaultServerNamespaceLister interface { // List lists all VaultServers in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.VaultServer, err error) // Get retrieves the VaultServer from the indexer for a given namespace and name. Get(name string) (*v1alpha1.VaultServer, error) VaultServerNamespaceListerExpansion }
VaultServerNamespaceLister helps list and get VaultServers.
type VaultServerNamespaceListerExpansion ¶
type VaultServerNamespaceListerExpansion interface{}
VaultServerNamespaceListerExpansion allows custom methods to be added to VaultServerNamespaceLister.
Click to show internal directories.
Click to hide internal directories.