Package org.cdk8s.plus25.k8s
Interface KubeHorizontalPodAutoscalerV2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeHorizontalPodAutoscalerV2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.645Z") @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 classKubeHorizontalPodAutoscalerV2Props.BuilderA builder forKubeHorizontalPodAutoscalerV2Propsstatic classKubeHorizontalPodAutoscalerV2Props.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerV2Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerV2Props.Builderbuilder()default ObjectMetagetMetadata()metadata is the standard object metadata.default HorizontalPodAutoscalerSpecV2getSpec()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()
-
-