v1

package
v4.2.2 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2021 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterNetworkLister

type ClusterNetworkLister interface {
	// List lists all ClusterNetworks in the indexer.
	List(selector labels.Selector) (ret []*v1.ClusterNetwork, err error)
	// Get retrieves the ClusterNetwork from the index for a given name.
	Get(name string) (*v1.ClusterNetwork, error)
	ClusterNetworkListerExpansion
}

ClusterNetworkLister helps list ClusterNetworks.

func NewClusterNetworkLister

func NewClusterNetworkLister(indexer cache.Indexer) ClusterNetworkLister

NewClusterNetworkLister returns a new ClusterNetworkLister.

type ClusterNetworkListerExpansion

type ClusterNetworkListerExpansion interface{}

ClusterNetworkListerExpansion allows custom methods to be added to ClusterNetworkLister.

type DanmEpLister

type DanmEpLister interface {
	// List lists all DanmEps in the indexer.
	List(selector labels.Selector) (ret []*v1.DanmEp, err error)
	// DanmEps returns an object that can list and get DanmEps.
	DanmEps(namespace string) DanmEpNamespaceLister
	DanmEpListerExpansion
}

DanmEpLister helps list DanmEps.

func NewDanmEpLister

func NewDanmEpLister(indexer cache.Indexer) DanmEpLister

NewDanmEpLister returns a new DanmEpLister.

type DanmEpListerExpansion

type DanmEpListerExpansion interface{}

DanmEpListerExpansion allows custom methods to be added to DanmEpLister.

type DanmEpNamespaceLister

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

DanmEpNamespaceLister helps list and get DanmEps.

type DanmEpNamespaceListerExpansion

type DanmEpNamespaceListerExpansion interface{}

DanmEpNamespaceListerExpansion allows custom methods to be added to DanmEpNamespaceLister.

type DanmNetLister

type DanmNetLister interface {
	// List lists all DanmNets in the indexer.
	List(selector labels.Selector) (ret []*v1.DanmNet, err error)
	// DanmNets returns an object that can list and get DanmNets.
	DanmNets(namespace string) DanmNetNamespaceLister
	DanmNetListerExpansion
}

DanmNetLister helps list DanmNets.

func NewDanmNetLister

func NewDanmNetLister(indexer cache.Indexer) DanmNetLister

NewDanmNetLister returns a new DanmNetLister.

type DanmNetListerExpansion

type DanmNetListerExpansion interface{}

DanmNetListerExpansion allows custom methods to be added to DanmNetLister.

type DanmNetNamespaceLister

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

DanmNetNamespaceLister helps list and get DanmNets.

type DanmNetNamespaceListerExpansion

type DanmNetNamespaceListerExpansion interface{}

DanmNetNamespaceListerExpansion allows custom methods to be added to DanmNetNamespaceLister.

type TenantConfigLister

type TenantConfigLister interface {
	// List lists all TenantConfigs in the indexer.
	List(selector labels.Selector) (ret []*v1.TenantConfig, err error)
	// Get retrieves the TenantConfig from the index for a given name.
	Get(name string) (*v1.TenantConfig, error)
	TenantConfigListerExpansion
}

TenantConfigLister helps list TenantConfigs.

func NewTenantConfigLister

func NewTenantConfigLister(indexer cache.Indexer) TenantConfigLister

NewTenantConfigLister returns a new TenantConfigLister.

type TenantConfigListerExpansion

type TenantConfigListerExpansion interface{}

TenantConfigListerExpansion allows custom methods to be added to TenantConfigLister.

type TenantNetworkLister

type TenantNetworkLister interface {
	// List lists all TenantNetworks in the indexer.
	List(selector labels.Selector) (ret []*v1.TenantNetwork, err error)
	// TenantNetworks returns an object that can list and get TenantNetworks.
	TenantNetworks(namespace string) TenantNetworkNamespaceLister
	TenantNetworkListerExpansion
}

TenantNetworkLister helps list TenantNetworks.

func NewTenantNetworkLister

func NewTenantNetworkLister(indexer cache.Indexer) TenantNetworkLister

NewTenantNetworkLister returns a new TenantNetworkLister.

type TenantNetworkListerExpansion

type TenantNetworkListerExpansion interface{}

TenantNetworkListerExpansion allows custom methods to be added to TenantNetworkLister.

type TenantNetworkNamespaceLister

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

TenantNetworkNamespaceLister helps list and get TenantNetworks.

type TenantNetworkNamespaceListerExpansion

type TenantNetworkNamespaceListerExpansion interface{}

TenantNetworkNamespaceListerExpansion allows custom methods to be added to TenantNetworkNamespaceLister.

Jump to

Keyboard shortcuts

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