v1alpha1

package
v0.0.0-...-9c81b8b Latest Latest
Warning

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

Go to latest
Published: Aug 11, 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 FlowLister

type FlowLister interface {
	// List lists all Flows in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Flow, err error)
	// Flows returns an object that can list and get Flows.
	Flows(namespace string) FlowNamespaceLister
	FlowListerExpansion
}

FlowLister helps list Flows.

func NewFlowLister

func NewFlowLister(indexer cache.Indexer) FlowLister

NewFlowLister returns a new FlowLister.

type FlowListerExpansion

type FlowListerExpansion interface{}

FlowListerExpansion allows custom methods to be added to FlowLister.

type FlowNamespaceLister

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

FlowNamespaceLister helps list and get Flows.

type FlowNamespaceListerExpansion

type FlowNamespaceListerExpansion interface{}

FlowNamespaceListerExpansion allows custom methods to be added to FlowNamespaceLister.

Jump to

Keyboard shortcuts

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