Package org.cdk8s.plus24.k8s
Interface KubeHorizontalPodAutoscalerV2Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeHorizontalPodAutoscalerV2Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-28T00:25:44.057Z") @Stability(Stable) public interface KubeHorizontalPodAutoscalerV2Beta1Props 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
KubeHorizontalPodAutoscalerV2Beta1Props.Builder
A builder forKubeHorizontalPodAutoscalerV2Beta1Props
static class
KubeHorizontalPodAutoscalerV2Beta1Props.Jsii$Proxy
An implementation forKubeHorizontalPodAutoscalerV2Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerV2Beta1Props.Builder
builder()
default ObjectMeta
getMetadata()
metadata is the standard object metadata.default HorizontalPodAutoscalerSpecV2Beta1
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 HorizontalPodAutoscalerSpecV2Beta1 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 KubeHorizontalPodAutoscalerV2Beta1Props.Builder builder()
-
-