v1alpha1

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL