v1alpha1

package
v0.99.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2020 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 ParallelLister

type ParallelLister interface {
	// List lists all Parallels in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Parallel, err error)
	// Parallels returns an object that can list and get Parallels.
	Parallels(namespace string) ParallelNamespaceLister
	ParallelListerExpansion
}

ParallelLister helps list Parallels.

func NewParallelLister

func NewParallelLister(indexer cache.Indexer) ParallelLister

NewParallelLister returns a new ParallelLister.

type ParallelListerExpansion

type ParallelListerExpansion interface{}

ParallelListerExpansion allows custom methods to be added to ParallelLister.

type ParallelNamespaceLister

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

ParallelNamespaceLister helps list and get Parallels.

type ParallelNamespaceListerExpansion

type ParallelNamespaceListerExpansion interface{}

ParallelNamespaceListerExpansion allows custom methods to be added to ParallelNamespaceLister.

type SequenceLister

type SequenceLister interface {
	// List lists all Sequences in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Sequence, err error)
	// Sequences returns an object that can list and get Sequences.
	Sequences(namespace string) SequenceNamespaceLister
	SequenceListerExpansion
}

SequenceLister helps list Sequences.

func NewSequenceLister

func NewSequenceLister(indexer cache.Indexer) SequenceLister

NewSequenceLister returns a new SequenceLister.

type SequenceListerExpansion

type SequenceListerExpansion interface{}

SequenceListerExpansion allows custom methods to be added to SequenceLister.

type SequenceNamespaceLister

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

SequenceNamespaceLister helps list and get Sequences.

type SequenceNamespaceListerExpansion

type SequenceNamespaceListerExpansion interface{}

SequenceNamespaceListerExpansion allows custom methods to be added to SequenceNamespaceLister.

Jump to

Keyboard shortcuts

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