v1alpha1

package
v0.0.0-...-52de325 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2021 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 StepLister

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

StepLister helps list Steps. All objects returned here must be treated as read-only.

func NewStepLister

func NewStepLister(indexer cache.Indexer) StepLister

NewStepLister returns a new StepLister.

type StepListerExpansion

type StepListerExpansion interface{}

StepListerExpansion allows custom methods to be added to StepLister.

type StepNamespaceLister

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

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

type StepNamespaceListerExpansion

type StepNamespaceListerExpansion interface{}

StepNamespaceListerExpansion allows custom methods to be added to StepNamespaceLister.

Jump to

Keyboard shortcuts

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