v1

package
v0.0.0-...-fa73266 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UnifiedNetworkPolicyLister

type UnifiedNetworkPolicyLister interface {
	// List lists all UnifiedNetworkPolicies in the indexer.
	List(selector labels.Selector) (ret []*v1.UnifiedNetworkPolicy, err error)
	// UnifiedNetworkPolicies returns an object that can list and get UnifiedNetworkPolicies.
	UnifiedNetworkPolicies(namespace string) UnifiedNetworkPolicyNamespaceLister
	UnifiedNetworkPolicyListerExpansion
}

UnifiedNetworkPolicyLister helps list UnifiedNetworkPolicies.

func NewUnifiedNetworkPolicyLister

func NewUnifiedNetworkPolicyLister(indexer cache.Indexer) UnifiedNetworkPolicyLister

NewUnifiedNetworkPolicyLister returns a new UnifiedNetworkPolicyLister.

type UnifiedNetworkPolicyListerExpansion

type UnifiedNetworkPolicyListerExpansion interface{}

UnifiedNetworkPolicyListerExpansion allows custom methods to be added to UnifiedNetworkPolicyLister.

type UnifiedNetworkPolicyNamespaceLister

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

UnifiedNetworkPolicyNamespaceLister helps list and get UnifiedNetworkPolicies.

type UnifiedNetworkPolicyNamespaceListerExpansion

type UnifiedNetworkPolicyNamespaceListerExpansion interface{}

UnifiedNetworkPolicyNamespaceListerExpansion allows custom methods to be added to UnifiedNetworkPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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