v2

package
v1.5.7 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2019 License: Apache-2.0 Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CiliumEndpointLister

type CiliumEndpointLister interface {
	// List lists all CiliumEndpoints in the indexer.
	List(selector labels.Selector) (ret []*v2.CiliumEndpoint, err error)
	// CiliumEndpoints returns an object that can list and get CiliumEndpoints.
	CiliumEndpoints(namespace string) CiliumEndpointNamespaceLister
	CiliumEndpointListerExpansion
}

CiliumEndpointLister helps list CiliumEndpoints.

func NewCiliumEndpointLister

func NewCiliumEndpointLister(indexer cache.Indexer) CiliumEndpointLister

NewCiliumEndpointLister returns a new CiliumEndpointLister.

type CiliumEndpointListerExpansion

type CiliumEndpointListerExpansion interface{}

CiliumEndpointListerExpansion allows custom methods to be added to CiliumEndpointLister.

type CiliumEndpointNamespaceLister

type CiliumEndpointNamespaceLister interface {
	// List lists all CiliumEndpoints in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v2.CiliumEndpoint, err error)
	// Get retrieves the CiliumEndpoint from the indexer for a given namespace and name.
	Get(name string) (*v2.CiliumEndpoint, error)
	CiliumEndpointNamespaceListerExpansion
}

CiliumEndpointNamespaceLister helps list and get CiliumEndpoints.

type CiliumEndpointNamespaceListerExpansion

type CiliumEndpointNamespaceListerExpansion interface{}

CiliumEndpointNamespaceListerExpansion allows custom methods to be added to CiliumEndpointNamespaceLister.

type CiliumNetworkPolicyLister

type CiliumNetworkPolicyLister interface {
	// List lists all CiliumNetworkPolicies in the indexer.
	List(selector labels.Selector) (ret []*v2.CiliumNetworkPolicy, err error)
	// CiliumNetworkPolicies returns an object that can list and get CiliumNetworkPolicies.
	CiliumNetworkPolicies(namespace string) CiliumNetworkPolicyNamespaceLister
	CiliumNetworkPolicyListerExpansion
}

CiliumNetworkPolicyLister helps list CiliumNetworkPolicies.

func NewCiliumNetworkPolicyLister

func NewCiliumNetworkPolicyLister(indexer cache.Indexer) CiliumNetworkPolicyLister

NewCiliumNetworkPolicyLister returns a new CiliumNetworkPolicyLister.

type CiliumNetworkPolicyListerExpansion

type CiliumNetworkPolicyListerExpansion interface{}

CiliumNetworkPolicyListerExpansion allows custom methods to be added to CiliumNetworkPolicyLister.

type CiliumNetworkPolicyNamespaceLister

type CiliumNetworkPolicyNamespaceLister interface {
	// List lists all CiliumNetworkPolicies in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v2.CiliumNetworkPolicy, err error)
	// Get retrieves the CiliumNetworkPolicy from the indexer for a given namespace and name.
	Get(name string) (*v2.CiliumNetworkPolicy, error)
	CiliumNetworkPolicyNamespaceListerExpansion
}

CiliumNetworkPolicyNamespaceLister helps list and get CiliumNetworkPolicies.

type CiliumNetworkPolicyNamespaceListerExpansion

type CiliumNetworkPolicyNamespaceListerExpansion interface{}

CiliumNetworkPolicyNamespaceListerExpansion allows custom methods to be added to CiliumNetworkPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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