Uses of Class
org.cdk8s.plus25.k8s.KubeReplicationController.Builder
-
Packages that use KubeReplicationController.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeReplicationController.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeReplicationController.Builder Modifier and Type Method Description static KubeReplicationController.BuilderKubeReplicationController.Builder. create(software.constructs.Construct scope, String id)KubeReplicationController.BuilderKubeReplicationController.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.BuilderKubeReplicationController.Builder. spec(ReplicationControllerSpec spec)Spec defines the specification of the desired behavior of the replication controller.
-