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