Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElasticQuotaLister ¶
type ElasticQuotaLister interface { // List lists all ElasticQuotas in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ElasticQuota, err error) // ElasticQuotas returns an object that can list and get ElasticQuotas. ElasticQuotas(namespace string) ElasticQuotaNamespaceLister ElasticQuotaListerExpansion }
ElasticQuotaLister helps list ElasticQuotas. All objects returned here must be treated as read-only.
func NewElasticQuotaLister ¶
func NewElasticQuotaLister(indexer cache.Indexer) ElasticQuotaLister
NewElasticQuotaLister returns a new ElasticQuotaLister.
type ElasticQuotaListerExpansion ¶
type ElasticQuotaListerExpansion interface{}
ElasticQuotaListerExpansion allows custom methods to be added to ElasticQuotaLister.
type ElasticQuotaNamespaceLister ¶
type ElasticQuotaNamespaceLister interface { // List lists all ElasticQuotas in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ElasticQuota, err error) // Get retrieves the ElasticQuota from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ElasticQuota, error) ElasticQuotaNamespaceListerExpansion }
ElasticQuotaNamespaceLister helps list and get ElasticQuotas. All objects returned here must be treated as read-only.
type ElasticQuotaNamespaceListerExpansion ¶
type ElasticQuotaNamespaceListerExpansion interface{}
ElasticQuotaNamespaceListerExpansion allows custom methods to be added to ElasticQuotaNamespaceLister.
type PodGroupLister ¶
type PodGroupLister interface { // List lists all PodGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PodGroup, err error) // PodGroups returns an object that can list and get PodGroups. PodGroups(namespace string) PodGroupNamespaceLister PodGroupListerExpansion }
PodGroupLister helps list PodGroups. All objects returned here must be treated as read-only.
func NewPodGroupLister ¶
func NewPodGroupLister(indexer cache.Indexer) PodGroupLister
NewPodGroupLister returns a new PodGroupLister.
type PodGroupListerExpansion ¶
type PodGroupListerExpansion interface{}
PodGroupListerExpansion allows custom methods to be added to PodGroupLister.
type PodGroupNamespaceLister ¶
type PodGroupNamespaceLister interface { // List lists all PodGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PodGroup, err error) // Get retrieves the PodGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PodGroup, error) PodGroupNamespaceListerExpansion }
PodGroupNamespaceLister helps list and get PodGroups. All objects returned here must be treated as read-only.
type PodGroupNamespaceListerExpansion ¶
type PodGroupNamespaceListerExpansion interface{}
PodGroupNamespaceListerExpansion allows custom methods to be added to PodGroupNamespaceLister.