v2

package
v0.0.0-...-686bfca Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 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 CCEEndpointLister

type CCEEndpointLister interface {
	// List lists all CCEEndpoints in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.CCEEndpoint, err error)
	// CCEEndpoints returns an object that can list and get CCEEndpoints.
	CCEEndpoints(namespace string) CCEEndpointNamespaceLister
	CCEEndpointListerExpansion
}

CCEEndpointLister helps list CCEEndpoints. All objects returned here must be treated as read-only.

func NewCCEEndpointLister

func NewCCEEndpointLister(indexer cache.Indexer) CCEEndpointLister

NewCCEEndpointLister returns a new CCEEndpointLister.

type CCEEndpointListerExpansion

type CCEEndpointListerExpansion interface{}

CCEEndpointListerExpansion allows custom methods to be added to CCEEndpointLister.

type CCEEndpointNamespaceLister

type CCEEndpointNamespaceLister interface {
	// List lists all CCEEndpoints in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.CCEEndpoint, err error)
	// Get retrieves the CCEEndpoint from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v2.CCEEndpoint, error)
	CCEEndpointNamespaceListerExpansion
}

CCEEndpointNamespaceLister helps list and get CCEEndpoints. All objects returned here must be treated as read-only.

type CCEEndpointNamespaceListerExpansion

type CCEEndpointNamespaceListerExpansion interface{}

CCEEndpointNamespaceListerExpansion allows custom methods to be added to CCEEndpointNamespaceLister.

type ENILister

type ENILister interface {
	// List lists all ENIs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.ENI, err error)
	// Get retrieves the ENI from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v2.ENI, error)
	ENIListerExpansion
}

ENILister helps list ENIs. All objects returned here must be treated as read-only.

func NewENILister

func NewENILister(indexer cache.Indexer) ENILister

NewENILister returns a new ENILister.

type ENIListerExpansion

type ENIListerExpansion interface{}

ENIListerExpansion allows custom methods to be added to ENILister.

type NetResourceSetLister

type NetResourceSetLister interface {
	// List lists all NetResourceSets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.NetResourceSet, err error)
	// Get retrieves the NetResourceSet from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v2.NetResourceSet, error)
	NetResourceSetListerExpansion
}

NetResourceSetLister helps list NetResourceSets. All objects returned here must be treated as read-only.

func NewNetResourceSetLister

func NewNetResourceSetLister(indexer cache.Indexer) NetResourceSetLister

NewNetResourceSetLister returns a new NetResourceSetLister.

type NetResourceSetListerExpansion

type NetResourceSetListerExpansion interface{}

NetResourceSetListerExpansion allows custom methods to be added to NetResourceSetLister.

type PodSubnetTopologySpreadLister

type PodSubnetTopologySpreadLister interface {
	// List lists all PodSubnetTopologySpreads in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.PodSubnetTopologySpread, err error)
	// PodSubnetTopologySpreads returns an object that can list and get PodSubnetTopologySpreads.
	PodSubnetTopologySpreads(namespace string) PodSubnetTopologySpreadNamespaceLister
	PodSubnetTopologySpreadListerExpansion
}

PodSubnetTopologySpreadLister helps list PodSubnetTopologySpreads. All objects returned here must be treated as read-only.

func NewPodSubnetTopologySpreadLister

func NewPodSubnetTopologySpreadLister(indexer cache.Indexer) PodSubnetTopologySpreadLister

NewPodSubnetTopologySpreadLister returns a new PodSubnetTopologySpreadLister.

type PodSubnetTopologySpreadListerExpansion

type PodSubnetTopologySpreadListerExpansion interface{}

PodSubnetTopologySpreadListerExpansion allows custom methods to be added to PodSubnetTopologySpreadLister.

type PodSubnetTopologySpreadNamespaceLister

type PodSubnetTopologySpreadNamespaceLister interface {
	// List lists all PodSubnetTopologySpreads in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2.PodSubnetTopologySpread, err error)
	// Get retrieves the PodSubnetTopologySpread from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v2.PodSubnetTopologySpread, error)
	PodSubnetTopologySpreadNamespaceListerExpansion
}

PodSubnetTopologySpreadNamespaceLister helps list and get PodSubnetTopologySpreads. All objects returned here must be treated as read-only.

type PodSubnetTopologySpreadNamespaceListerExpansion

type PodSubnetTopologySpreadNamespaceListerExpansion interface{}

PodSubnetTopologySpreadNamespaceListerExpansion allows custom methods to be added to PodSubnetTopologySpreadNamespaceLister.

Jump to

Keyboard shortcuts

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