Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BillingSubaccountLister ¶
type BillingSubaccountLister interface { // List lists all BillingSubaccounts in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BillingSubaccount, err error) // BillingSubaccounts returns an object that can list and get BillingSubaccounts. BillingSubaccounts(namespace string) BillingSubaccountNamespaceLister BillingSubaccountListerExpansion }
BillingSubaccountLister helps list BillingSubaccounts. All objects returned here must be treated as read-only.
func NewBillingSubaccountLister ¶
func NewBillingSubaccountLister(indexer cache.Indexer) BillingSubaccountLister
NewBillingSubaccountLister returns a new BillingSubaccountLister.
type BillingSubaccountListerExpansion ¶
type BillingSubaccountListerExpansion interface{}
BillingSubaccountListerExpansion allows custom methods to be added to BillingSubaccountLister.
type BillingSubaccountNamespaceLister ¶
type BillingSubaccountNamespaceLister interface { // List lists all BillingSubaccounts in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BillingSubaccount, err error) // Get retrieves the BillingSubaccount from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BillingSubaccount, error) BillingSubaccountNamespaceListerExpansion }
BillingSubaccountNamespaceLister helps list and get BillingSubaccounts. All objects returned here must be treated as read-only.
type BillingSubaccountNamespaceListerExpansion ¶
type BillingSubaccountNamespaceListerExpansion interface{}
BillingSubaccountNamespaceListerExpansion allows custom methods to be added to BillingSubaccountNamespaceLister.
Click to show internal directories.
Click to hide internal directories.