Documentation ¶
Index ¶
- type RolloutOrchestratorLister
- type RolloutOrchestratorListerExpansion
- type RolloutOrchestratorNamespaceLister
- type RolloutOrchestratorNamespaceListerExpansion
- type StagePodAutoscalerLister
- type StagePodAutoscalerListerExpansion
- type StagePodAutoscalerNamespaceLister
- type StagePodAutoscalerNamespaceListerExpansion
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.