v1alpha1

package
v0.0.0-...-5cbd3cb Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionLister

type FunctionLister interface {
	// List lists all Functions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Function, err error)
	// Functions returns an object that can list and get Functions.
	Functions(namespace string) FunctionNamespaceLister
	FunctionListerExpansion
}

FunctionLister helps list Functions. All objects returned here must be treated as read-only.

func NewFunctionLister

func NewFunctionLister(indexer cache.Indexer) FunctionLister

NewFunctionLister returns a new FunctionLister.

type FunctionListerExpansion

type FunctionListerExpansion interface{}

FunctionListerExpansion allows custom methods to be added to FunctionLister.

type FunctionNamespaceLister

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

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

type FunctionNamespaceListerExpansion

type FunctionNamespaceListerExpansion interface{}

FunctionNamespaceListerExpansion allows custom methods to be added to FunctionNamespaceLister.

type PackageLister

type PackageLister interface {
	// List lists all Packages in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Package, err error)
	// Packages returns an object that can list and get Packages.
	Packages(namespace string) PackageNamespaceLister
	PackageListerExpansion
}

PackageLister helps list Packages. All objects returned here must be treated as read-only.

func NewPackageLister

func NewPackageLister(indexer cache.Indexer) PackageLister

NewPackageLister returns a new PackageLister.

type PackageListerExpansion

type PackageListerExpansion interface{}

PackageListerExpansion allows custom methods to be added to PackageLister.

type PackageNamespaceLister

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

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

type PackageNamespaceListerExpansion

type PackageNamespaceListerExpansion interface{}

PackageNamespaceListerExpansion allows custom methods to be added to PackageNamespaceLister.

type PackageRevisionLister

type PackageRevisionLister interface {
	// List lists all PackageRevisions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.PackageRevision, err error)
	// PackageRevisions returns an object that can list and get PackageRevisions.
	PackageRevisions(namespace string) PackageRevisionNamespaceLister
	PackageRevisionListerExpansion
}

PackageRevisionLister helps list PackageRevisions. All objects returned here must be treated as read-only.

func NewPackageRevisionLister

func NewPackageRevisionLister(indexer cache.Indexer) PackageRevisionLister

NewPackageRevisionLister returns a new PackageRevisionLister.

type PackageRevisionListerExpansion

type PackageRevisionListerExpansion interface{}

PackageRevisionListerExpansion allows custom methods to be added to PackageRevisionLister.

type PackageRevisionNamespaceLister

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

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

type PackageRevisionNamespaceListerExpansion

type PackageRevisionNamespaceListerExpansion interface{}

PackageRevisionNamespaceListerExpansion allows custom methods to be added to PackageRevisionNamespaceLister.

type PackageRevisionResourcesLister

type PackageRevisionResourcesLister interface {
	// List lists all PackageRevisionResourceses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.PackageRevisionResources, err error)
	// PackageRevisionResourceses returns an object that can list and get PackageRevisionResourceses.
	PackageRevisionResourceses(namespace string) PackageRevisionResourcesNamespaceLister
	PackageRevisionResourcesListerExpansion
}

PackageRevisionResourcesLister helps list PackageRevisionResourceses. All objects returned here must be treated as read-only.

func NewPackageRevisionResourcesLister

func NewPackageRevisionResourcesLister(indexer cache.Indexer) PackageRevisionResourcesLister

NewPackageRevisionResourcesLister returns a new PackageRevisionResourcesLister.

type PackageRevisionResourcesListerExpansion

type PackageRevisionResourcesListerExpansion interface{}

PackageRevisionResourcesListerExpansion allows custom methods to be added to PackageRevisionResourcesLister.

type PackageRevisionResourcesNamespaceLister

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

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

type PackageRevisionResourcesNamespaceListerExpansion

type PackageRevisionResourcesNamespaceListerExpansion interface{}

PackageRevisionResourcesNamespaceListerExpansion allows custom methods to be added to PackageRevisionResourcesNamespaceLister.

Jump to

Keyboard shortcuts

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