v1

package
v0.42.0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 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 RolloutOrchestratorLister

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

RolloutOrchestratorLister helps list RolloutOrchestrators. All objects returned here must be treated as read-only.

func NewRolloutOrchestratorLister

func NewRolloutOrchestratorLister(indexer cache.Indexer) RolloutOrchestratorLister

NewRolloutOrchestratorLister returns a new RolloutOrchestratorLister.

type RolloutOrchestratorListerExpansion

type RolloutOrchestratorListerExpansion interface{}

RolloutOrchestratorListerExpansion allows custom methods to be added to RolloutOrchestratorLister.

type RolloutOrchestratorNamespaceLister

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

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

type RolloutOrchestratorNamespaceListerExpansion

type RolloutOrchestratorNamespaceListerExpansion interface{}

RolloutOrchestratorNamespaceListerExpansion allows custom methods to be added to RolloutOrchestratorNamespaceLister.

type StagePodAutoscalerLister

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

StagePodAutoscalerLister helps list StagePodAutoscalers. All objects returned here must be treated as read-only.

func NewStagePodAutoscalerLister

func NewStagePodAutoscalerLister(indexer cache.Indexer) StagePodAutoscalerLister

NewStagePodAutoscalerLister returns a new StagePodAutoscalerLister.

type StagePodAutoscalerListerExpansion

type StagePodAutoscalerListerExpansion interface{}

StagePodAutoscalerListerExpansion allows custom methods to be added to StagePodAutoscalerLister.

type StagePodAutoscalerNamespaceLister

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

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

type StagePodAutoscalerNamespaceListerExpansion

type StagePodAutoscalerNamespaceListerExpansion interface{}

StagePodAutoscalerNamespaceListerExpansion allows custom methods to be added to StagePodAutoscalerNamespaceLister.

Jump to

Keyboard shortcuts

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