v1beta1

package
v1.59.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 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 UploadTokenRequestLister

type UploadTokenRequestLister interface {
	// List lists all UploadTokenRequests in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.UploadTokenRequest, err error)
	// UploadTokenRequests returns an object that can list and get UploadTokenRequests.
	UploadTokenRequests(namespace string) UploadTokenRequestNamespaceLister
	UploadTokenRequestListerExpansion
}

UploadTokenRequestLister helps list UploadTokenRequests. All objects returned here must be treated as read-only.

func NewUploadTokenRequestLister

func NewUploadTokenRequestLister(indexer cache.Indexer) UploadTokenRequestLister

NewUploadTokenRequestLister returns a new UploadTokenRequestLister.

type UploadTokenRequestListerExpansion

type UploadTokenRequestListerExpansion interface{}

UploadTokenRequestListerExpansion allows custom methods to be added to UploadTokenRequestLister.

type UploadTokenRequestNamespaceLister

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

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

type UploadTokenRequestNamespaceListerExpansion

type UploadTokenRequestNamespaceListerExpansion interface{}

UploadTokenRequestNamespaceListerExpansion allows custom methods to be added to UploadTokenRequestNamespaceLister.

Jump to

Keyboard shortcuts

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