v1beta1

package
v1.8.4 Latest Latest
Warning

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

Go to latest
Published: Apr 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 PodENILister

type PodENILister interface {
	// List lists all PodENIs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.PodENI, err error)
	// PodENIs returns an object that can list and get PodENIs.
	PodENIs(namespace string) PodENINamespaceLister
	PodENIListerExpansion
}

PodENILister helps list PodENIs. All objects returned here must be treated as read-only.

func NewPodENILister

func NewPodENILister(indexer cache.Indexer) PodENILister

NewPodENILister returns a new PodENILister.

type PodENIListerExpansion

type PodENIListerExpansion interface{}

PodENIListerExpansion allows custom methods to be added to PodENILister.

type PodENINamespaceLister

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

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

type PodENINamespaceListerExpansion

type PodENINamespaceListerExpansion interface{}

PodENINamespaceListerExpansion allows custom methods to be added to PodENINamespaceLister.

type PodNetworkingLister

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

PodNetworkingLister helps list PodNetworkings. All objects returned here must be treated as read-only.

func NewPodNetworkingLister

func NewPodNetworkingLister(indexer cache.Indexer) PodNetworkingLister

NewPodNetworkingLister returns a new PodNetworkingLister.

type PodNetworkingListerExpansion

type PodNetworkingListerExpansion interface{}

PodNetworkingListerExpansion allows custom methods to be added to PodNetworkingLister.

Jump to

Keyboard shortcuts

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