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.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.616Z") @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 classKubeHorizontalPodAutoscalerV2Beta1Props.BuilderA builder forKubeHorizontalPodAutoscalerV2Beta1Propsstatic classKubeHorizontalPodAutoscalerV2Beta1Props.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerV2Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerV2Beta1Props.Builderbuilder()default ObjectMetagetMetadata()metadata is the standard object metadata.default HorizontalPodAutoscalerSpecV2Beta1getSpec()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()
-
-