v1alpha2

package
v0.0.0-...-f7c97df Latest Latest
Warning

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

Go to latest
Published: May 19, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuilderLister

type BuilderLister interface {
	// List lists all Builders in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha2.Builder, err error)
	// Builders returns an object that can list and get Builders.
	Builders(namespace string) BuilderNamespaceLister
	BuilderListerExpansion
}

BuilderLister helps list Builders. All objects returned here must be treated as read-only.

func NewBuilderLister

func NewBuilderLister(indexer cache.Indexer) BuilderLister

NewBuilderLister returns a new BuilderLister.

type BuilderListerExpansion

type BuilderListerExpansion interface{}

BuilderListerExpansion allows custom methods to be added to BuilderLister.

type BuilderNamespaceLister

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

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

type BuilderNamespaceListerExpansion

type BuilderNamespaceListerExpansion interface{}

BuilderNamespaceListerExpansion allows custom methods to be added to BuilderNamespaceLister.

type DomainLister

type DomainLister interface {
	// List lists all Domains in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha2.Domain, err error)
	// Domains returns an object that can list and get Domains.
	Domains(namespace string) DomainNamespaceLister
	DomainListerExpansion
}

DomainLister helps list Domains. All objects returned here must be treated as read-only.

func NewDomainLister

func NewDomainLister(indexer cache.Indexer) DomainLister

NewDomainLister returns a new DomainLister.

type DomainListerExpansion

type DomainListerExpansion interface{}

DomainListerExpansion allows custom methods to be added to DomainLister.

type DomainNamespaceLister

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

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

type DomainNamespaceListerExpansion

type DomainNamespaceListerExpansion interface{}

DomainNamespaceListerExpansion allows custom methods to be added to DomainNamespaceLister.

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 []*v1alpha2.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 []*v1alpha2.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) (*v1alpha2.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 ServingLister

type ServingLister interface {
	// List lists all Servings in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha2.Serving, err error)
	// Servings returns an object that can list and get Servings.
	Servings(namespace string) ServingNamespaceLister
	ServingListerExpansion
}

ServingLister helps list Servings. All objects returned here must be treated as read-only.

func NewServingLister

func NewServingLister(indexer cache.Indexer) ServingLister

NewServingLister returns a new ServingLister.

type ServingListerExpansion

type ServingListerExpansion interface{}

ServingListerExpansion allows custom methods to be added to ServingLister.

type ServingNamespaceLister

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

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

type ServingNamespaceListerExpansion

type ServingNamespaceListerExpansion interface{}

ServingNamespaceListerExpansion allows custom methods to be added to ServingNamespaceLister.

Jump to

Keyboard shortcuts

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