v1

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 2 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EDeploymentLister

type EDeploymentLister interface {
	// List lists all EDeployments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.EDeployment, err error)
	// EDeployments returns an object that can list and get EDeployments.
	EDeployments(namespace string) EDeploymentNamespaceLister
	EDeploymentListerExpansion
}

EDeploymentLister helps list EDeployments. All objects returned here must be treated as read-only.

func NewEDeploymentLister

func NewEDeploymentLister(indexer cache.Indexer) EDeploymentLister

NewEDeploymentLister returns a new EDeploymentLister.

type EDeploymentListerExpansion

type EDeploymentListerExpansion interface{}

EDeploymentListerExpansion allows custom methods to be added to EDeploymentLister.

type EDeploymentNamespaceLister

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

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

type EDeploymentNamespaceListerExpansion

type EDeploymentNamespaceListerExpansion interface{}

EDeploymentNamespaceListerExpansion allows custom methods to be added to EDeploymentNamespaceLister.

Jump to

Keyboard shortcuts

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