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