Uses of Interface
org.cdk8s.plus25.k8s.ReplicationControllerSpec
-
Packages that use ReplicationControllerSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of ReplicationControllerSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ReplicationControllerSpec Modifier and Type Class Description static classReplicationControllerSpec.Jsii$ProxyAn implementation forReplicationControllerSpecMethods in org.cdk8s.plus25.k8s that return ReplicationControllerSpec Modifier and Type Method Description ReplicationControllerSpecReplicationControllerSpec.Builder. build()Builds the configured instance.default ReplicationControllerSpecKubeReplicationControllerProps. getSpec()Spec defines the specification of the desired behavior of the replication controller.ReplicationControllerSpecKubeReplicationControllerProps.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type ReplicationControllerSpec Modifier and Type Method Description KubeReplicationController.BuilderKubeReplicationController.Builder. spec(ReplicationControllerSpec spec)Spec defines the specification of the desired behavior of the replication controller.KubeReplicationControllerProps.BuilderKubeReplicationControllerProps.Builder. spec(ReplicationControllerSpec spec)Sets the value ofKubeReplicationControllerProps.getSpec()
-