v1alpha2

package
v0.0.310 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 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 ResourceQuotaLister

type ResourceQuotaLister interface {
	// List lists all ResourceQuotas in the indexer.
	List(selector labels.Selector) (ret []*v1alpha2.ResourceQuota, err error)
	// Get retrieves the ResourceQuota from the index for a given name.
	Get(name string) (*v1alpha2.ResourceQuota, error)
	ResourceQuotaListerExpansion
}

ResourceQuotaLister helps list ResourceQuotas.

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.

Jump to

Keyboard shortcuts

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