v1

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: May 22, 2019 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 ExecutionLister

type ExecutionLister interface {
	// List lists all Executions in the indexer.
	List(selector labels.Selector) (ret []*v1.Execution, err error)
	// Executions returns an object that can list and get Executions.
	Executions(namespace string) ExecutionNamespaceLister
	ExecutionListerExpansion
}

ExecutionLister helps list Executions.

func NewExecutionLister

func NewExecutionLister(indexer cache.Indexer) ExecutionLister

NewExecutionLister returns a new ExecutionLister.

type ExecutionListerExpansion

type ExecutionListerExpansion interface{}

ExecutionListerExpansion allows custom methods to be added to ExecutionLister.

type ExecutionNamespaceLister

type ExecutionNamespaceLister interface {
	// List lists all Executions in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.Execution, err error)
	// Get retrieves the Execution from the indexer for a given namespace and name.
	Get(name string) (*v1.Execution, error)
	ExecutionNamespaceListerExpansion
}

ExecutionNamespaceLister helps list and get Executions.

type ExecutionNamespaceListerExpansion

type ExecutionNamespaceListerExpansion interface{}

ExecutionNamespaceListerExpansion allows custom methods to be added to ExecutionNamespaceLister.

type ExecutionRunLister

type ExecutionRunLister interface {
	// List lists all ExecutionRuns in the indexer.
	List(selector labels.Selector) (ret []*v1.ExecutionRun, err error)
	// ExecutionRuns returns an object that can list and get ExecutionRuns.
	ExecutionRuns(namespace string) ExecutionRunNamespaceLister
	ExecutionRunListerExpansion
}

ExecutionRunLister helps list ExecutionRuns.

func NewExecutionRunLister

func NewExecutionRunLister(indexer cache.Indexer) ExecutionRunLister

NewExecutionRunLister returns a new ExecutionRunLister.

type ExecutionRunListerExpansion

type ExecutionRunListerExpansion interface{}

ExecutionRunListerExpansion allows custom methods to be added to ExecutionRunLister.

type ExecutionRunNamespaceLister

type ExecutionRunNamespaceLister interface {
	// List lists all ExecutionRuns in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.ExecutionRun, err error)
	// Get retrieves the ExecutionRun from the indexer for a given namespace and name.
	Get(name string) (*v1.ExecutionRun, error)
	ExecutionRunNamespaceListerExpansion
}

ExecutionRunNamespaceLister helps list and get ExecutionRuns.

type ExecutionRunNamespaceListerExpansion

type ExecutionRunNamespaceListerExpansion interface{}

ExecutionRunNamespaceListerExpansion allows custom methods to be added to ExecutionRunNamespaceLister.

type ModuleLister

type ModuleLister interface {
	// List lists all Modules in the indexer.
	List(selector labels.Selector) (ret []*v1.Module, err error)
	// Modules returns an object that can list and get Modules.
	Modules(namespace string) ModuleNamespaceLister
	ModuleListerExpansion
}

ModuleLister helps list Modules.

func NewModuleLister

func NewModuleLister(indexer cache.Indexer) ModuleLister

NewModuleLister returns a new ModuleLister.

type ModuleListerExpansion

type ModuleListerExpansion interface{}

ModuleListerExpansion allows custom methods to be added to ModuleLister.

type ModuleNamespaceLister

type ModuleNamespaceLister interface {
	// List lists all Modules in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.Module, err error)
	// Get retrieves the Module from the indexer for a given namespace and name.
	Get(name string) (*v1.Module, error)
	ModuleNamespaceListerExpansion
}

ModuleNamespaceLister helps list and get Modules.

type ModuleNamespaceListerExpansion

type ModuleNamespaceListerExpansion interface{}

ModuleNamespaceListerExpansion allows custom methods to be added to ModuleNamespaceLister.

Jump to

Keyboard shortcuts

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