v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 ApplicationLister

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

ApplicationLister helps list Applications. All objects returned here must be treated as read-only.

func NewApplicationLister

func NewApplicationLister(indexer cache.Indexer) ApplicationLister

NewApplicationLister returns a new ApplicationLister.

type ApplicationListerExpansion

type ApplicationListerExpansion interface{}

ApplicationListerExpansion allows custom methods to be added to ApplicationLister.

type ApplicationNamespaceLister

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

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

type ApplicationNamespaceListerExpansion

type ApplicationNamespaceListerExpansion interface{}

ApplicationNamespaceListerExpansion allows custom methods to be added to ApplicationNamespaceLister.

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 InvokeFunctionLister

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

InvokeFunctionLister helps list InvokeFunctions. All objects returned here must be treated as read-only.

func NewInvokeFunctionLister

func NewInvokeFunctionLister(indexer cache.Indexer) InvokeFunctionLister

NewInvokeFunctionLister returns a new InvokeFunctionLister.

type InvokeFunctionListerExpansion

type InvokeFunctionListerExpansion interface{}

InvokeFunctionListerExpansion allows custom methods to be added to InvokeFunctionLister.

type InvokeFunctionNamespaceLister

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

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

type InvokeFunctionNamespaceListerExpansion

type InvokeFunctionNamespaceListerExpansion interface{}

InvokeFunctionNamespaceListerExpansion allows custom methods to be added to InvokeFunctionNamespaceLister.

Jump to

Keyboard shortcuts

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