v1

package
v3.3.3+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 14, 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 CustomConfigurationLister

type CustomConfigurationLister interface {
	// List lists all CustomConfigurations in the indexer.
	List(selector labels.Selector) (ret []*v1.CustomConfiguration, err error)
	// CustomConfigurations returns an object that can list and get CustomConfigurations.
	CustomConfigurations(namespace string) CustomConfigurationNamespaceLister
	CustomConfigurationListerExpansion
}

CustomConfigurationLister helps list CustomConfigurations.

func NewCustomConfigurationLister

func NewCustomConfigurationLister(indexer cache.Indexer) CustomConfigurationLister

NewCustomConfigurationLister returns a new CustomConfigurationLister.

type CustomConfigurationListerExpansion

type CustomConfigurationListerExpansion interface{}

CustomConfigurationListerExpansion allows custom methods to be added to CustomConfigurationLister.

type CustomConfigurationNamespaceLister

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

CustomConfigurationNamespaceLister helps list and get CustomConfigurations.

type CustomConfigurationNamespaceListerExpansion

type CustomConfigurationNamespaceListerExpansion interface{}

CustomConfigurationNamespaceListerExpansion allows custom methods to be added to CustomConfigurationNamespaceLister.

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 ExternalInterfaceLister

type ExternalInterfaceLister interface {
	// List lists all ExternalInterfaces in the indexer.
	List(selector labels.Selector) (ret []*v1.ExternalInterface, err error)
	// ExternalInterfaces returns an object that can list and get ExternalInterfaces.
	ExternalInterfaces(namespace string) ExternalInterfaceNamespaceLister
	ExternalInterfaceListerExpansion
}

ExternalInterfaceLister helps list ExternalInterfaces.

func NewExternalInterfaceLister

func NewExternalInterfaceLister(indexer cache.Indexer) ExternalInterfaceLister

NewExternalInterfaceLister returns a new ExternalInterfaceLister.

type ExternalInterfaceListerExpansion

type ExternalInterfaceListerExpansion interface{}

ExternalInterfaceListerExpansion allows custom methods to be added to ExternalInterfaceLister.

type ExternalInterfaceNamespaceLister

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

ExternalInterfaceNamespaceLister helps list and get ExternalInterfaces.

type ExternalInterfaceNamespaceListerExpansion

type ExternalInterfaceNamespaceListerExpansion interface{}

ExternalInterfaceNamespaceListerExpansion allows custom methods to be added to ExternalInterfaceNamespaceLister.

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