v1alpha1

package
v0.0.0-...-4fc8c9b Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2023 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 PipelineResourceLister

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

PipelineResourceLister helps list PipelineResources. All objects returned here must be treated as read-only.

func NewPipelineResourceLister

func NewPipelineResourceLister(indexer cache.Indexer) PipelineResourceLister

NewPipelineResourceLister returns a new PipelineResourceLister.

type PipelineResourceListerExpansion

type PipelineResourceListerExpansion interface{}

PipelineResourceListerExpansion allows custom methods to be added to PipelineResourceLister.

type PipelineResourceNamespaceLister

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

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

type PipelineResourceNamespaceListerExpansion

type PipelineResourceNamespaceListerExpansion interface{}

PipelineResourceNamespaceListerExpansion allows custom methods to be added to PipelineResourceNamespaceLister.

Jump to

Keyboard shortcuts

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