Uses of Class
org.cdk8s.plus24.k8s.KubeReplicationController.Builder
-
Packages that use KubeReplicationController.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeReplicationController.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeReplicationController.Builder Modifier and Type Method Description static KubeReplicationController.Builder
KubeReplicationController.Builder. create(software.constructs.Construct scope, String id)
KubeReplicationController.Builder
KubeReplicationController.Builder. metadata(ObjectMeta metadata)
If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages.KubeReplicationController.Builder
KubeReplicationController.Builder. spec(ReplicationControllerSpec spec)
Spec defines the specification of the desired behavior of the replication controller.
-