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