v1alpha1

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2021 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 DownloadLister

type DownloadLister interface {
	// List lists all Downloads in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Download, err error)
	// Downloads returns an object that can list and get Downloads.
	Downloads(namespace string) DownloadNamespaceLister
	DownloadListerExpansion
}

DownloadLister helps list Downloads.

func NewDownloadLister

func NewDownloadLister(indexer cache.Indexer) DownloadLister

NewDownloadLister returns a new DownloadLister.

type DownloadListerExpansion

type DownloadListerExpansion interface{}

DownloadListerExpansion allows custom methods to be added to DownloadLister.

type DownloadNamespaceLister

type DownloadNamespaceLister interface {
	// List lists all Downloads in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Download, err error)
	// Get retrieves the Download from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Download, error)
	DownloadNamespaceListerExpansion
}

DownloadNamespaceLister helps list and get Downloads.

type DownloadNamespaceListerExpansion

type DownloadNamespaceListerExpansion interface{}

DownloadNamespaceListerExpansion allows custom methods to be added to DownloadNamespaceLister.

type UploadLister

type UploadLister interface {
	// List lists all Uploads in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Upload, err error)
	// Uploads returns an object that can list and get Uploads.
	Uploads(namespace string) UploadNamespaceLister
	UploadListerExpansion
}

UploadLister helps list Uploads.

func NewUploadLister

func NewUploadLister(indexer cache.Indexer) UploadLister

NewUploadLister returns a new UploadLister.

type UploadListerExpansion

type UploadListerExpansion interface{}

UploadListerExpansion allows custom methods to be added to UploadLister.

type UploadNamespaceLister

type UploadNamespaceLister interface {
	// List lists all Uploads in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Upload, err error)
	// Get retrieves the Upload from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Upload, error)
	UploadNamespaceListerExpansion
}

UploadNamespaceLister helps list and get Uploads.

type UploadNamespaceListerExpansion

type UploadNamespaceListerExpansion interface{}

UploadNamespaceListerExpansion allows custom methods to be added to UploadNamespaceLister.

Jump to

Keyboard shortcuts

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