v1

package
v3.6.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2017 License: Apache-2.0 Imports: 5 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)
	// ClusterNetworks returns an object that can list and get ClusterNetworks.
	ClusterNetworks(namespace string) ClusterNetworkNamespaceLister
	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 ClusterNetworkNamespaceLister

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

ClusterNetworkNamespaceLister helps list and get ClusterNetworks.

type ClusterNetworkNamespaceListerExpansion

type ClusterNetworkNamespaceListerExpansion interface{}

ClusterNetworkNamespaceListerExpansion allows custom methods to be added to ClusterNetworkNamespaeLister.

Jump to

Keyboard shortcuts

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