v1alpha1

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2023 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 DemandLister

type DemandLister interface {
	// List lists all Demands in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Demand, err error)
	// Demands returns an object that can list and get Demands.
	Demands(namespace string) DemandNamespaceLister
	DemandListerExpansion
}

DemandLister helps list Demands. All objects returned here must be treated as read-only.

func NewDemandLister

func NewDemandLister(indexer cache.Indexer) DemandLister

NewDemandLister returns a new DemandLister.

type DemandListerExpansion

type DemandListerExpansion interface{}

DemandListerExpansion allows custom methods to be added to DemandLister.

type DemandNamespaceLister

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

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

type DemandNamespaceListerExpansion

type DemandNamespaceListerExpansion interface{}

DemandNamespaceListerExpansion allows custom methods to be added to DemandNamespaceLister.

Jump to

Keyboard shortcuts

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