internalversion

package
v3.7.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2018 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 AppliedClusterResourceQuotaLister

type AppliedClusterResourceQuotaLister interface {
	// List lists all AppliedClusterResourceQuotas in the indexer.
	List(selector labels.Selector) (ret []*quota.AppliedClusterResourceQuota, err error)
	// AppliedClusterResourceQuotas returns an object that can list and get AppliedClusterResourceQuotas.
	AppliedClusterResourceQuotas(namespace string) AppliedClusterResourceQuotaNamespaceLister
	AppliedClusterResourceQuotaListerExpansion
}

AppliedClusterResourceQuotaLister helps list AppliedClusterResourceQuotas.

func NewAppliedClusterResourceQuotaLister

func NewAppliedClusterResourceQuotaLister(indexer cache.Indexer) AppliedClusterResourceQuotaLister

NewAppliedClusterResourceQuotaLister returns a new AppliedClusterResourceQuotaLister.

type AppliedClusterResourceQuotaListerExpansion

type AppliedClusterResourceQuotaListerExpansion interface{}

AppliedClusterResourceQuotaListerExpansion allows custom methods to be added to AppliedClusterResourceQuotaLister.

type AppliedClusterResourceQuotaNamespaceLister

type AppliedClusterResourceQuotaNamespaceLister interface {
	// List lists all AppliedClusterResourceQuotas in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*quota.AppliedClusterResourceQuota, err error)
	// Get retrieves the AppliedClusterResourceQuota from the indexer for a given namespace and name.
	Get(name string) (*quota.AppliedClusterResourceQuota, error)
	AppliedClusterResourceQuotaNamespaceListerExpansion
}

AppliedClusterResourceQuotaNamespaceLister helps list and get AppliedClusterResourceQuotas.

type AppliedClusterResourceQuotaNamespaceListerExpansion

type AppliedClusterResourceQuotaNamespaceListerExpansion interface{}

AppliedClusterResourceQuotaNamespaceListerExpansion allows custom methods to be added to AppliedClusterResourceQuotaNamespaceLister.

type ClusterResourceQuotaLister

type ClusterResourceQuotaLister interface {
	// List lists all ClusterResourceQuotas in the indexer.
	List(selector labels.Selector) (ret []*quota.ClusterResourceQuota, err error)
	// Get retrieves the ClusterResourceQuota from the index for a given name.
	Get(name string) (*quota.ClusterResourceQuota, error)
	ClusterResourceQuotaListerExpansion
}

ClusterResourceQuotaLister helps list ClusterResourceQuotas.

func NewClusterResourceQuotaLister

func NewClusterResourceQuotaLister(indexer cache.Indexer) ClusterResourceQuotaLister

NewClusterResourceQuotaLister returns a new ClusterResourceQuotaLister.

type ClusterResourceQuotaListerExpansion

type ClusterResourceQuotaListerExpansion interface{}

ClusterResourceQuotaListerExpansion allows custom methods to be added to ClusterResourceQuotaLister.

Jump to

Keyboard shortcuts

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