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 PipelineDefinitionLister added in v0.5.0

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

PipelineDefinitionLister helps list PipelineDefinitions. All objects returned here must be treated as read-only.

func NewPipelineDefinitionLister added in v0.5.0

func NewPipelineDefinitionLister(indexer cache.Indexer) PipelineDefinitionLister

NewPipelineDefinitionLister returns a new PipelineDefinitionLister.

type PipelineDefinitionListerExpansion added in v0.5.0

type PipelineDefinitionListerExpansion interface{}

PipelineDefinitionListerExpansion allows custom methods to be added to PipelineDefinitionLister.

type PipelineDefinitionNamespaceLister added in v0.5.0

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

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

type PipelineDefinitionNamespaceListerExpansion added in v0.5.0

type PipelineDefinitionNamespaceListerExpansion interface{}

PipelineDefinitionNamespaceListerExpansion allows custom methods to be added to PipelineDefinitionNamespaceLister.

type PipelineLister

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

PipelineLister helps list Pipelines. All objects returned here must be treated as read-only.

func NewPipelineLister

func NewPipelineLister(indexer cache.Indexer) PipelineLister

NewPipelineLister returns a new PipelineLister.

type PipelineListerExpansion

type PipelineListerExpansion interface{}

PipelineListerExpansion allows custom methods to be added to PipelineLister.

type PipelineNamespaceLister

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

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

type PipelineNamespaceListerExpansion

type PipelineNamespaceListerExpansion interface{}

PipelineNamespaceListerExpansion allows custom methods to be added to PipelineNamespaceLister.

Jump to

Keyboard shortcuts

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