v1alpha3

package
v0.0.0-...-662d0f3 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 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 CanaryLister

type CanaryLister interface {
	// List lists all Canaries in the indexer.
	List(selector labels.Selector) (ret []*v1alpha3.Canary, err error)
	// Canaries returns an object that can list and get Canaries.
	Canaries(namespace string) CanaryNamespaceLister
	CanaryListerExpansion
}

CanaryLister helps list Canaries.

func NewCanaryLister

func NewCanaryLister(indexer cache.Indexer) CanaryLister

NewCanaryLister returns a new CanaryLister.

type CanaryListerExpansion

type CanaryListerExpansion interface{}

CanaryListerExpansion allows custom methods to be added to CanaryLister.

type CanaryNamespaceLister

type CanaryNamespaceLister interface {
	// List lists all Canaries in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha3.Canary, err error)
	// Get retrieves the Canary from the indexer for a given namespace and name.
	Get(name string) (*v1alpha3.Canary, error)
	CanaryNamespaceListerExpansion
}

CanaryNamespaceLister helps list and get Canaries.

type CanaryNamespaceListerExpansion

type CanaryNamespaceListerExpansion interface{}

CanaryNamespaceListerExpansion allows custom methods to be added to CanaryNamespaceLister.

Jump to

Keyboard shortcuts

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