v1alpha1

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 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 AdjustmentLister

type AdjustmentLister interface {
	// List lists all Adjustments in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Adjustment, err error)
	// Adjustments returns an object that can list and get Adjustments.
	Adjustments(namespace string) AdjustmentNamespaceLister
	AdjustmentListerExpansion
}

AdjustmentLister helps list Adjustments.

func NewAdjustmentLister

func NewAdjustmentLister(indexer cache.Indexer) AdjustmentLister

NewAdjustmentLister returns a new AdjustmentLister.

type AdjustmentListerExpansion

type AdjustmentListerExpansion interface{}

AdjustmentListerExpansion allows custom methods to be added to AdjustmentLister.

type AdjustmentNamespaceLister

type AdjustmentNamespaceLister interface {
	// List lists all Adjustments in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Adjustment, err error)
	// Get retrieves the Adjustment from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Adjustment, error)
	AdjustmentNamespaceListerExpansion
}

AdjustmentNamespaceLister helps list and get Adjustments.

type AdjustmentNamespaceListerExpansion

type AdjustmentNamespaceListerExpansion interface{}

AdjustmentNamespaceListerExpansion allows custom methods to be added to AdjustmentNamespaceLister.

Jump to

Keyboard shortcuts

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