v1

package
v0.0.0-...-330f3ae Latest Latest
Warning

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

Go to latest
Published: Jan 27, 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 DanmNetworkPolicyLister

type DanmNetworkPolicyLister interface {
	// List lists all DanmNetworkPolicies in the indexer.
	List(selector labels.Selector) (ret []*v1.DanmNetworkPolicy, err error)
	// DanmNetworkPolicies returns an object that can list and get DanmNetworkPolicies.
	DanmNetworkPolicies(namespace string) DanmNetworkPolicyNamespaceLister
	DanmNetworkPolicyListerExpansion
}

DanmNetworkPolicyLister helps list DanmNetworkPolicies.

func NewDanmNetworkPolicyLister

func NewDanmNetworkPolicyLister(indexer cache.Indexer) DanmNetworkPolicyLister

NewDanmNetworkPolicyLister returns a new DanmNetworkPolicyLister.

type DanmNetworkPolicyListerExpansion

type DanmNetworkPolicyListerExpansion interface{}

DanmNetworkPolicyListerExpansion allows custom methods to be added to DanmNetworkPolicyLister.

type DanmNetworkPolicyNamespaceLister

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

DanmNetworkPolicyNamespaceLister helps list and get DanmNetworkPolicies.

type DanmNetworkPolicyNamespaceListerExpansion

type DanmNetworkPolicyNamespaceListerExpansion interface{}

DanmNetworkPolicyNamespaceListerExpansion allows custom methods to be added to DanmNetworkPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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