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 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.

type PresetLister

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

PresetLister helps list Presets. All objects returned here must be treated as read-only.

func NewPresetLister

func NewPresetLister(indexer cache.Indexer) PresetLister

NewPresetLister returns a new PresetLister.

type PresetListerExpansion

type PresetListerExpansion interface{}

PresetListerExpansion allows custom methods to be added to PresetLister.

type PresetNamespaceLister

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

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

type PresetNamespaceListerExpansion

type PresetNamespaceListerExpansion interface{}

PresetNamespaceListerExpansion allows custom methods to be added to PresetNamespaceLister.

Jump to

Keyboard shortcuts

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