v1alpha1

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2021 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IPAMBlockLister

type IPAMBlockLister interface {
	// List lists all IPAMBlocks in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.IPAMBlock, err error)
	// Get retrieves the IPAMBlock from the index for a given name.
	Get(name string) (*v1alpha1.IPAMBlock, error)
	IPAMBlockListerExpansion
}

IPAMBlockLister helps list IPAMBlocks.

func NewIPAMBlockLister

func NewIPAMBlockLister(indexer cache.Indexer) IPAMBlockLister

NewIPAMBlockLister returns a new IPAMBlockLister.

type IPAMBlockListerExpansion

type IPAMBlockListerExpansion interface{}

IPAMBlockListerExpansion allows custom methods to be added to IPAMBlockLister.

type IPAMHandleLister

type IPAMHandleLister interface {
	// List lists all IPAMHandles in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.IPAMHandle, err error)
	// Get retrieves the IPAMHandle from the index for a given name.
	Get(name string) (*v1alpha1.IPAMHandle, error)
	IPAMHandleListerExpansion
}

IPAMHandleLister helps list IPAMHandles.

func NewIPAMHandleLister

func NewIPAMHandleLister(indexer cache.Indexer) IPAMHandleLister

NewIPAMHandleLister returns a new IPAMHandleLister.

type IPAMHandleListerExpansion

type IPAMHandleListerExpansion interface{}

IPAMHandleListerExpansion allows custom methods to be added to IPAMHandleLister.

type IPPoolLister

type IPPoolLister interface {
	// List lists all IPPools in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.IPPool, err error)
	// Get retrieves the IPPool from the index for a given name.
	Get(name string) (*v1alpha1.IPPool, error)
	IPPoolListerExpansion
}

IPPoolLister helps list IPPools.

func NewIPPoolLister

func NewIPPoolLister(indexer cache.Indexer) IPPoolLister

NewIPPoolLister returns a new IPPoolLister.

type IPPoolListerExpansion

type IPPoolListerExpansion interface{}

IPPoolListerExpansion allows custom methods to be added to IPPoolLister.

type NamespaceNetworkPolicyLister

type NamespaceNetworkPolicyLister interface {
	// List lists all NamespaceNetworkPolicies in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.NamespaceNetworkPolicy, err error)
	// NamespaceNetworkPolicies returns an object that can list and get NamespaceNetworkPolicies.
	NamespaceNetworkPolicies(namespace string) NamespaceNetworkPolicyNamespaceLister
	NamespaceNetworkPolicyListerExpansion
}

NamespaceNetworkPolicyLister helps list NamespaceNetworkPolicies.

func NewNamespaceNetworkPolicyLister

func NewNamespaceNetworkPolicyLister(indexer cache.Indexer) NamespaceNetworkPolicyLister

NewNamespaceNetworkPolicyLister returns a new NamespaceNetworkPolicyLister.

type NamespaceNetworkPolicyListerExpansion

type NamespaceNetworkPolicyListerExpansion interface{}

NamespaceNetworkPolicyListerExpansion allows custom methods to be added to NamespaceNetworkPolicyLister.

type NamespaceNetworkPolicyNamespaceLister

type NamespaceNetworkPolicyNamespaceLister interface {
	// List lists all NamespaceNetworkPolicies in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.NamespaceNetworkPolicy, err error)
	// Get retrieves the NamespaceNetworkPolicy from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.NamespaceNetworkPolicy, error)
	NamespaceNetworkPolicyNamespaceListerExpansion
}

NamespaceNetworkPolicyNamespaceLister helps list and get NamespaceNetworkPolicies.

type NamespaceNetworkPolicyNamespaceListerExpansion

type NamespaceNetworkPolicyNamespaceListerExpansion interface{}

NamespaceNetworkPolicyNamespaceListerExpansion allows custom methods to be added to NamespaceNetworkPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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