Package org.cdk8s.plus23.k8s
Interface KubeReplicaSetProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeReplicaSetProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.488Z") @Stability(Stable) public interface KubeReplicaSetProps extends software.amazon.jsii.JsiiSerializable
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeReplicaSetProps.Builder
A builder forKubeReplicaSetProps
static class
KubeReplicaSetProps.Jsii$Proxy
An implementation forKubeReplicaSetProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeReplicaSetProps.Builder
builder()
default ObjectMeta
getMetadata()
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.default ReplicaSetSpec
getSpec()
Spec defines the specification of the desired behavior of the ReplicaSet.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages.Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default ReplicaSetSpec getSpec()
Spec defines the specification of the desired behavior of the ReplicaSet.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeReplicaSetProps.Builder builder()
- Returns:
- a
KubeReplicaSetProps.Builder
ofKubeReplicaSetProps
-
-