| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.autoscaling.v2beta2 |
| Modifier and Type | Method and Description |
|---|---|
HPAScalingRules |
HPAScalingRulesBuilder.build() |
HPAScalingRules |
HorizontalPodAutoscalerBehaviorFluent.buildScaleDown() |
HPAScalingRules |
HorizontalPodAutoscalerBehaviorFluent.buildScaleUp() |
HPAScalingRules |
HorizontalPodAutoscalerBehavior.getScaleDown() |
HPAScalingRules |
HorizontalPodAutoscalerBehavior.getScaleUp() |
| Modifier and Type | Method and Description |
|---|---|
HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A> |
HorizontalPodAutoscalerBehaviorFluent.editOrNewScaleDownLike(HPAScalingRules item) |
HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A> |
HorizontalPodAutoscalerBehaviorFluent.editOrNewScaleUpLike(HPAScalingRules item) |
void |
HorizontalPodAutoscalerBehavior.setScaleDown(HPAScalingRules scaleDown) |
void |
HorizontalPodAutoscalerBehavior.setScaleUp(HPAScalingRules scaleUp) |
HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<A> |
HorizontalPodAutoscalerBehaviorFluent.withNewScaleDownLike(HPAScalingRules item) |
HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<A> |
HorizontalPodAutoscalerBehaviorFluent.withNewScaleUpLike(HPAScalingRules item) |
A |
HorizontalPodAutoscalerBehaviorFluent.withScaleDown(HPAScalingRules scaleDown) |
A |
HorizontalPodAutoscalerBehaviorFluent.withScaleUp(HPAScalingRules scaleUp) |
| Constructor and Description |
|---|
HorizontalPodAutoscalerBehavior(HPAScalingRules scaleDown,
HPAScalingRules scaleUp) |
HPAScalingRulesBuilder(HPAScalingRules instance) |
HPAScalingRulesBuilder(HPAScalingRules instance,
Boolean validationEnabled) |
HPAScalingRulesBuilder(HPAScalingRulesFluent<?> fluent,
HPAScalingRules instance) |
HPAScalingRulesBuilder(HPAScalingRulesFluent<?> fluent,
HPAScalingRules instance,
Boolean validationEnabled) |
HPAScalingRulesFluent(HPAScalingRules instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.