static HorizontalPodAutoscaler.Builder |
HorizontalPodAutoscaler.Builder.create(software.constructs.Construct scope,
String id) |
|
HorizontalPodAutoscaler.Builder |
HorizontalPodAutoscaler.Builder.maxReplicas(Number maxReplicas) |
The maximum number of replicas that can be scaled up to.
|
HorizontalPodAutoscaler.Builder |
HorizontalPodAutoscaler.Builder.metadata(org.cdk8s.ApiObjectMetadata metadata) |
Metadata that all persisted resources must have, which includes all objects users must create.
|
HorizontalPodAutoscaler.Builder |
HorizontalPodAutoscaler.Builder.metrics(List<? extends Metric> metrics) |
The metric conditions that trigger a scale up or scale down.
|
HorizontalPodAutoscaler.Builder |
HorizontalPodAutoscaler.Builder.minReplicas(Number minReplicas) |
The minimum number of replicas that can be scaled down to.
|
HorizontalPodAutoscaler.Builder |
HorizontalPodAutoscaler.Builder.scaleDown(ScalingRules scaleDown) |
The scaling behavior when scaling down.
|
HorizontalPodAutoscaler.Builder |
HorizontalPodAutoscaler.Builder.scaleUp(ScalingRules scaleUp) |
The scaling behavior when scaling up.
|
HorizontalPodAutoscaler.Builder |
HorizontalPodAutoscaler.Builder.target(IScalable target) |
The workload to scale up or down.
|