v1

package
v0.0.0-...-a33a1e6 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: GPL-3.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 ServerlessquotaLister

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

ServerlessquotaLister helps list Serverlessquotas. All objects returned here must be treated as read-only.

func NewServerlessquotaLister

func NewServerlessquotaLister(indexer cache.Indexer) ServerlessquotaLister

NewServerlessquotaLister returns a new ServerlessquotaLister.

type ServerlessquotaListerExpansion

type ServerlessquotaListerExpansion interface{}

ServerlessquotaListerExpansion allows custom methods to be added to ServerlessquotaLister.

type ServerlessquotaNamespaceLister

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

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

type ServerlessquotaNamespaceListerExpansion

type ServerlessquotaNamespaceListerExpansion interface{}

ServerlessquotaNamespaceListerExpansion allows custom methods to be added to ServerlessquotaNamespaceLister.

Jump to

Keyboard shortcuts

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