v1alpha2

package
v3.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 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 ServicePolicyLister

type ServicePolicyLister interface {
	// List lists all ServicePolicies in the indexer.
	List(selector labels.Selector) (ret []*v1alpha2.ServicePolicy, err error)
	// ServicePolicies returns an object that can list and get ServicePolicies.
	ServicePolicies(namespace string) ServicePolicyNamespaceLister
	ServicePolicyListerExpansion
}

ServicePolicyLister helps list ServicePolicies.

func NewServicePolicyLister

func NewServicePolicyLister(indexer cache.Indexer) ServicePolicyLister

NewServicePolicyLister returns a new ServicePolicyLister.

type ServicePolicyListerExpansion

type ServicePolicyListerExpansion interface{}

ServicePolicyListerExpansion allows custom methods to be added to ServicePolicyLister.

type ServicePolicyNamespaceLister

type ServicePolicyNamespaceLister interface {
	// List lists all ServicePolicies in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha2.ServicePolicy, err error)
	// Get retrieves the ServicePolicy from the indexer for a given namespace and name.
	Get(name string) (*v1alpha2.ServicePolicy, error)
	ServicePolicyNamespaceListerExpansion
}

ServicePolicyNamespaceLister helps list and get ServicePolicies.

type ServicePolicyNamespaceListerExpansion

type ServicePolicyNamespaceListerExpansion interface{}

ServicePolicyNamespaceListerExpansion allows custom methods to be added to ServicePolicyNamespaceLister.

type StrategyLister

type StrategyLister interface {
	// List lists all Strategies in the indexer.
	List(selector labels.Selector) (ret []*v1alpha2.Strategy, err error)
	// Strategies returns an object that can list and get Strategies.
	Strategies(namespace string) StrategyNamespaceLister
	StrategyListerExpansion
}

StrategyLister helps list Strategies.

func NewStrategyLister

func NewStrategyLister(indexer cache.Indexer) StrategyLister

NewStrategyLister returns a new StrategyLister.

type StrategyListerExpansion

type StrategyListerExpansion interface{}

StrategyListerExpansion allows custom methods to be added to StrategyLister.

type StrategyNamespaceLister

type StrategyNamespaceLister interface {
	// List lists all Strategies in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha2.Strategy, err error)
	// Get retrieves the Strategy from the indexer for a given namespace and name.
	Get(name string) (*v1alpha2.Strategy, error)
	StrategyNamespaceListerExpansion
}

StrategyNamespaceLister helps list and get Strategies.

type StrategyNamespaceListerExpansion

type StrategyNamespaceListerExpansion interface{}

StrategyNamespaceListerExpansion allows custom methods to be added to StrategyNamespaceLister.

Jump to

Keyboard shortcuts

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