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 InvokeRunLister

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

InvokeRunLister helps list InvokeRuns. All objects returned here must be treated as read-only.

func NewInvokeRunLister

func NewInvokeRunLister(indexer cache.Indexer) InvokeRunLister

NewInvokeRunLister returns a new InvokeRunLister.

type InvokeRunListerExpansion

type InvokeRunListerExpansion interface{}

InvokeRunListerExpansion allows custom methods to be added to InvokeRunLister.

type InvokeRunNamespaceLister

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

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

type InvokeRunNamespaceListerExpansion

type InvokeRunNamespaceListerExpansion interface{}

InvokeRunNamespaceListerExpansion allows custom methods to be added to InvokeRunNamespaceLister.

type PrivateEndpointLister

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

PrivateEndpointLister helps list PrivateEndpoints. All objects returned here must be treated as read-only.

func NewPrivateEndpointLister

func NewPrivateEndpointLister(indexer cache.Indexer) PrivateEndpointLister

NewPrivateEndpointLister returns a new PrivateEndpointLister.

type PrivateEndpointListerExpansion

type PrivateEndpointListerExpansion interface{}

PrivateEndpointListerExpansion allows custom methods to be added to PrivateEndpointLister.

type PrivateEndpointNamespaceLister

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

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

type PrivateEndpointNamespaceListerExpansion

type PrivateEndpointNamespaceListerExpansion interface{}

PrivateEndpointNamespaceListerExpansion allows custom methods to be added to PrivateEndpointNamespaceLister.

Jump to

Keyboard shortcuts

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