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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.VaultServer, err error) // VaultServers returns an object that can list and get VaultServers. VaultServers(namespace string) VaultServerNamespaceLister VaultServerListerExpansion }
VaultServerLister helps list VaultServers. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.VaultServer, err error) // Get retrieves the VaultServer from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.VaultServer, error) VaultServerNamespaceListerExpansion }
VaultServerNamespaceLister helps list and get VaultServers. All objects returned here must be treated as read-only.
type VaultServerNamespaceListerExpansion ¶
type VaultServerNamespaceListerExpansion interface{}
VaultServerNamespaceListerExpansion allows custom methods to be added to VaultServerNamespaceLister.
Click to show internal directories.
Click to hide internal directories.