Package org.cdk8s.plus23.k8s
Interface KubeReplicationControllerProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeReplicationControllerProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.490Z") @Stability(Stable) public interface KubeReplicationControllerProps extends software.amazon.jsii.JsiiSerializable
ReplicationController represents the configuration of a replication controller.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeReplicationControllerProps.Builder
A builder forKubeReplicationControllerProps
static class
KubeReplicationControllerProps.Jsii$Proxy
An implementation forKubeReplicationControllerProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeReplicationControllerProps.Builder
builder()
default ObjectMeta
getMetadata()
If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages.default ReplicationControllerSpec
getSpec()
Spec defines the specification of the desired behavior of the replication controller.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller 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 ReplicationControllerSpec getSpec()
Spec defines the specification of the desired behavior of the replication controller.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeReplicationControllerProps.Builder builder()
-
-