v1alpha1

package
v0.0.0-...-0b89419 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 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 PipelineLoopLister

type PipelineLoopLister interface {
	// List lists all PipelineLoops in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.PipelineLoop, err error)
	// PipelineLoops returns an object that can list and get PipelineLoops.
	PipelineLoops(namespace string) PipelineLoopNamespaceLister
	PipelineLoopListerExpansion
}

PipelineLoopLister helps list PipelineLoops.

func NewPipelineLoopLister

func NewPipelineLoopLister(indexer cache.Indexer) PipelineLoopLister

NewPipelineLoopLister returns a new PipelineLoopLister.

type PipelineLoopListerExpansion

type PipelineLoopListerExpansion interface{}

PipelineLoopListerExpansion allows custom methods to be added to PipelineLoopLister.

type PipelineLoopNamespaceLister

type PipelineLoopNamespaceLister interface {
	// List lists all PipelineLoops in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.PipelineLoop, err error)
	// Get retrieves the PipelineLoop from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.PipelineLoop, error)
	PipelineLoopNamespaceListerExpansion
}

PipelineLoopNamespaceLister helps list and get PipelineLoops.

type PipelineLoopNamespaceListerExpansion

type PipelineLoopNamespaceListerExpansion interface{}

PipelineLoopNamespaceListerExpansion allows custom methods to be added to PipelineLoopNamespaceLister.

Jump to

Keyboard shortcuts

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