Package org.cdk8s.plus24.k8s
Interface KubeHorizontalPodAutoscalerV2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeHorizontalPodAutoscalerV2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-07-08T00:25:14.504Z") @Stability(Stable) public interface KubeHorizontalPodAutoscalerV2Props extends software.amazon.jsii.JsiiSerializable
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeHorizontalPodAutoscalerV2Props.Builder
A builder forKubeHorizontalPodAutoscalerV2Props
static class
KubeHorizontalPodAutoscalerV2Props.Jsii$Proxy
An implementation forKubeHorizontalPodAutoscalerV2Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerV2Props.Builder
builder()
default ObjectMeta
getMetadata()
metadata is the standard object metadata.default HorizontalPodAutoscalerSpecV2
getSpec()
spec is the specification for the behaviour of the autoscaler.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
metadata is the standard object metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default HorizontalPodAutoscalerSpecV2 getSpec()
spec is the specification for the behaviour of the autoscaler.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
-
builder
@Stability(Stable) static KubeHorizontalPodAutoscalerV2Props.Builder builder()
-
-