Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountCustomerManagedKeyLister ¶ added in v0.5.0
type AccountCustomerManagedKeyLister interface { // List lists all AccountCustomerManagedKeys in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountCustomerManagedKey, err error) // AccountCustomerManagedKeys returns an object that can list and get AccountCustomerManagedKeys. AccountCustomerManagedKeys(namespace string) AccountCustomerManagedKeyNamespaceLister AccountCustomerManagedKeyListerExpansion }
AccountCustomerManagedKeyLister helps list AccountCustomerManagedKeys. All objects returned here must be treated as read-only.
func NewAccountCustomerManagedKeyLister ¶ added in v0.5.0
func NewAccountCustomerManagedKeyLister(indexer cache.Indexer) AccountCustomerManagedKeyLister
NewAccountCustomerManagedKeyLister returns a new AccountCustomerManagedKeyLister.
type AccountCustomerManagedKeyListerExpansion ¶ added in v0.5.0
type AccountCustomerManagedKeyListerExpansion interface{}
AccountCustomerManagedKeyListerExpansion allows custom methods to be added to AccountCustomerManagedKeyLister.
type AccountCustomerManagedKeyNamespaceLister ¶ added in v0.5.0
type AccountCustomerManagedKeyNamespaceLister interface { // List lists all AccountCustomerManagedKeys in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AccountCustomerManagedKey, err error) // Get retrieves the AccountCustomerManagedKey from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AccountCustomerManagedKey, error) AccountCustomerManagedKeyNamespaceListerExpansion }
AccountCustomerManagedKeyNamespaceLister helps list and get AccountCustomerManagedKeys. All objects returned here must be treated as read-only.
type AccountCustomerManagedKeyNamespaceListerExpansion ¶ added in v0.5.0
type AccountCustomerManagedKeyNamespaceListerExpansion interface{}
AccountCustomerManagedKeyNamespaceListerExpansion allows custom methods to be added to AccountCustomerManagedKeyNamespaceLister.
type AccountLister ¶
type AccountLister interface { // List lists all Accounts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Account, err error) // Accounts returns an object that can list and get Accounts. Accounts(namespace string) AccountNamespaceLister AccountListerExpansion }
AccountLister helps list Accounts. All objects returned here must be treated as read-only.
func NewAccountLister ¶
func NewAccountLister(indexer cache.Indexer) AccountLister
NewAccountLister returns a new AccountLister.
type AccountListerExpansion ¶
type AccountListerExpansion interface{}
AccountListerExpansion allows custom methods to be added to AccountLister.
type AccountNamespaceLister ¶
type AccountNamespaceLister interface { // List lists all Accounts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Account, err error) // Get retrieves the Account from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Account, error) AccountNamespaceListerExpansion }
AccountNamespaceLister helps list and get Accounts. All objects returned here must be treated as read-only.
type AccountNamespaceListerExpansion ¶
type AccountNamespaceListerExpansion interface{}
AccountNamespaceListerExpansion allows custom methods to be added to AccountNamespaceLister.