v2

package
v1.9.6 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 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 CceENILister

type CceENILister interface {
	// List lists all CceENIs in the indexer.
	List(selector labels.Selector) (ret []*v2.CceENI, err error)
	// CceENIs returns an object that can list and get CceENIs.
	CceENIs(namespace string) CceENINamespaceLister
	CceENIListerExpansion
}

CceENILister helps list CceENIs.

func NewCceENILister

func NewCceENILister(indexer cache.Indexer) CceENILister

NewCceENILister returns a new CceENILister.

type CceENIListerExpansion

type CceENIListerExpansion interface{}

CceENIListerExpansion allows custom methods to be added to CceENILister.

type CceENINamespaceLister

type CceENINamespaceLister interface {
	// List lists all CceENIs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v2.CceENI, err error)
	// Get retrieves the CceENI from the indexer for a given namespace and name.
	Get(name string) (*v2.CceENI, error)
	CceENINamespaceListerExpansion
}

CceENINamespaceLister helps list and get CceENIs.

type CceENINamespaceListerExpansion

type CceENINamespaceListerExpansion interface{}

CceENINamespaceListerExpansion allows custom methods to be added to CceENINamespaceLister.

Jump to

Keyboard shortcuts

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