v1alpha1

package
v0.3.25 Latest Latest
Warning

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

Go to latest
Published: Jul 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 TrafficTargetLister

type TrafficTargetLister interface {
	// List lists all TrafficTargets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficTarget, err error)
	// TrafficTargets returns an object that can list and get TrafficTargets.
	TrafficTargets(namespace string) TrafficTargetNamespaceLister
	TrafficTargetListerExpansion
}

TrafficTargetLister helps list TrafficTargets.

func NewTrafficTargetLister

func NewTrafficTargetLister(indexer cache.Indexer) TrafficTargetLister

NewTrafficTargetLister returns a new TrafficTargetLister.

type TrafficTargetListerExpansion

type TrafficTargetListerExpansion interface{}

TrafficTargetListerExpansion allows custom methods to be added to TrafficTargetLister.

type TrafficTargetNamespaceLister

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

TrafficTargetNamespaceLister helps list and get TrafficTargets.

type TrafficTargetNamespaceListerExpansion

type TrafficTargetNamespaceListerExpansion interface{}

TrafficTargetNamespaceListerExpansion allows custom methods to be added to TrafficTargetNamespaceLister.

Jump to

Keyboard shortcuts

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