v1

package
v3.2.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2019 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomNetworkLister

type CustomNetworkLister interface {
	// List lists all CustomNetworks in the indexer.
	List(selector labels.Selector) (ret []*v1.CustomNetwork, err error)
	// CustomNetworks returns an object that can list and get CustomNetworks.
	CustomNetworks(namespace string) CustomNetworkNamespaceLister
	CustomNetworkListerExpansion
}

CustomNetworkLister helps list CustomNetworks.

func NewCustomNetworkLister

func NewCustomNetworkLister(indexer cache.Indexer) CustomNetworkLister

NewCustomNetworkLister returns a new CustomNetworkLister.

type CustomNetworkListerExpansion

type CustomNetworkListerExpansion interface{}

CustomNetworkListerExpansion allows custom methods to be added to CustomNetworkLister.

type CustomNetworkNamespaceLister

type CustomNetworkNamespaceLister interface {
	// List lists all CustomNetworks in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.CustomNetwork, err error)
	// Get retrieves the CustomNetwork from the indexer for a given namespace and name.
	Get(name string) (*v1.CustomNetwork, error)
	CustomNetworkNamespaceListerExpansion
}

CustomNetworkNamespaceLister helps list and get CustomNetworks.

type CustomNetworkNamespaceListerExpansion

type CustomNetworkNamespaceListerExpansion interface{}

CustomNetworkNamespaceListerExpansion allows custom methods to be added to CustomNetworkNamespaceLister.

type ServiceFunctionChainLister

type ServiceFunctionChainLister interface {
	// List lists all ServiceFunctionChains in the indexer.
	List(selector labels.Selector) (ret []*v1.ServiceFunctionChain, err error)
	// ServiceFunctionChains returns an object that can list and get ServiceFunctionChains.
	ServiceFunctionChains(namespace string) ServiceFunctionChainNamespaceLister
	ServiceFunctionChainListerExpansion
}

ServiceFunctionChainLister helps list ServiceFunctionChains.

func NewServiceFunctionChainLister

func NewServiceFunctionChainLister(indexer cache.Indexer) ServiceFunctionChainLister

NewServiceFunctionChainLister returns a new ServiceFunctionChainLister.

type ServiceFunctionChainListerExpansion

type ServiceFunctionChainListerExpansion interface{}

ServiceFunctionChainListerExpansion allows custom methods to be added to ServiceFunctionChainLister.

type ServiceFunctionChainNamespaceLister

type ServiceFunctionChainNamespaceLister interface {
	// List lists all ServiceFunctionChains in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.ServiceFunctionChain, err error)
	// Get retrieves the ServiceFunctionChain from the indexer for a given namespace and name.
	Get(name string) (*v1.ServiceFunctionChain, error)
	ServiceFunctionChainNamespaceListerExpansion
}

ServiceFunctionChainNamespaceLister helps list and get ServiceFunctionChains.

type ServiceFunctionChainNamespaceListerExpansion

type ServiceFunctionChainNamespaceListerExpansion interface{}

ServiceFunctionChainNamespaceListerExpansion allows custom methods to be added to ServiceFunctionChainNamespaceLister.

Jump to

Keyboard shortcuts

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