Package org.cdk8s.plus25.k8s
Interface KubeScaleProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeScaleProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.700Z") @Stability(Stable) public interface KubeScaleProps extends software.amazon.jsii.JsiiSerializable
Scale represents a scaling request for a resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeScaleProps.BuilderA builder forKubeScalePropsstatic classKubeScaleProps.Jsii$ProxyAn implementation forKubeScaleProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeScaleProps.Builderbuilder()default ObjectMetagetMetadata()Standard object metadata;default ScaleSpecgetSpec()defines the behavior of the scale.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object metadata;More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
getSpec
@Stability(Stable) @Nullable default ScaleSpec getSpec()
defines the behavior of the scale.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
-
builder
@Stability(Stable) static KubeScaleProps.Builder builder()
- Returns:
- a
KubeScaleProps.BuilderofKubeScaleProps
-
-