v1alpha1

package
v0.0.0-...-8ffad75 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2024 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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ResourceQuota, err error)
	// ResourceQuotas returns an object that can list and get ResourceQuotas.
	ResourceQuotas(namespace string) ResourceQuotaNamespaceLister
	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.

type ResourceQuotaNamespaceLister

type ResourceQuotaNamespaceLister interface {
	// List lists all ResourceQuotas in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ResourceQuota, err error)
	// Get retrieves the ResourceQuota from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ResourceQuota, error)
	ResourceQuotaNamespaceListerExpansion
}

ResourceQuotaNamespaceLister helps list and get ResourceQuotas. All objects returned here must be treated as read-only.

type ResourceQuotaNamespaceListerExpansion

type ResourceQuotaNamespaceListerExpansion interface{}

ResourceQuotaNamespaceListerExpansion allows custom methods to be added to ResourceQuotaNamespaceLister.

Jump to

Keyboard shortcuts

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