v1

package
v1.26.0 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceQuotaClaimLister

type ResourceQuotaClaimLister interface {
	// List lists all ResourceQuotaClaims in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ResourceQuotaClaim, err error)
	// ResourceQuotaClaims returns an object that can list and get ResourceQuotaClaims.
	ResourceQuotaClaims(namespace string) ResourceQuotaClaimNamespaceLister
	ResourceQuotaClaimListerExpansion
}

ResourceQuotaClaimLister helps list ResourceQuotaClaims. All objects returned here must be treated as read-only.

func NewResourceQuotaClaimLister

func NewResourceQuotaClaimLister(indexer cache.Indexer) ResourceQuotaClaimLister

NewResourceQuotaClaimLister returns a new ResourceQuotaClaimLister.

type ResourceQuotaClaimListerExpansion

type ResourceQuotaClaimListerExpansion interface{}

ResourceQuotaClaimListerExpansion allows custom methods to be added to ResourceQuotaClaimLister.

type ResourceQuotaClaimNamespaceLister

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

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

type ResourceQuotaClaimNamespaceListerExpansion

type ResourceQuotaClaimNamespaceListerExpansion interface{}

ResourceQuotaClaimNamespaceListerExpansion allows custom methods to be added to ResourceQuotaClaimNamespaceLister.

Jump to

Keyboard shortcuts

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