v1alpha1

package
v2.0.0-beta1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2018 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 WorkflowLister

type WorkflowLister interface {
	// List lists all Workflows in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Workflow, err error)
	// Workflows returns an object that can list and get Workflows.
	Workflows(namespace string) WorkflowNamespaceLister
	WorkflowListerExpansion
}

WorkflowLister helps list Workflows.

func NewWorkflowLister

func NewWorkflowLister(indexer cache.Indexer) WorkflowLister

NewWorkflowLister returns a new WorkflowLister.

type WorkflowListerExpansion

type WorkflowListerExpansion interface{}

WorkflowListerExpansion allows custom methods to be added to WorkflowLister.

type WorkflowNamespaceLister

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

WorkflowNamespaceLister helps list and get Workflows.

type WorkflowNamespaceListerExpansion

type WorkflowNamespaceListerExpansion interface{}

WorkflowNamespaceListerExpansion allows custom methods to be added to WorkflowNamespaceLister.

Jump to

Keyboard shortcuts

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