Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceQuotaLister ¶
type ResourceQuotaLister interface { // List lists all ResourceQuotas in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.ResourceQuota, err error) // Get retrieves the ResourceQuota from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.ResourceQuota, error) ResourceQuotaListerExpansion }
ResourceQuotaLister helps list ResourceQuotas. All objects returned here must be treated as read-only.
func NewResourceQuotaLister ¶
func NewResourceQuotaLister(indexer cache.Indexer) ResourceQuotaLister
NewResourceQuotaLister returns a new ResourceQuotaLister.
type ResourceQuotaListerExpansion ¶
type ResourceQuotaListerExpansion interface{}
ResourceQuotaListerExpansion allows custom methods to be added to ResourceQuotaLister.
Click to show internal directories.
Click to hide internal directories.