Uses of Class
org.cdk8s.plus25.k8s.KubeReplicationControllerProps.Builder
-
Packages that use KubeReplicationControllerProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeReplicationControllerProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeReplicationControllerProps.Builder Modifier and Type Method Description static KubeReplicationControllerProps.BuilderKubeReplicationControllerProps. builder()KubeReplicationControllerProps.BuilderKubeReplicationControllerProps.Builder. metadata(ObjectMeta metadata)Sets the value ofKubeReplicationControllerProps.getMetadata()KubeReplicationControllerProps.BuilderKubeReplicationControllerProps.Builder. spec(ReplicationControllerSpec spec)Sets the value ofKubeReplicationControllerProps.getSpec()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeReplicationControllerProps.Builder Constructor Description Jsii$Proxy(KubeReplicationControllerProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeReplicationControllerProps.Builder.
-