Uses of Interface
org.cdk8s.plus25.k8s.KubeReplicationControllerProps
-
Packages that use KubeReplicationControllerProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeReplicationControllerProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeReplicationControllerProps Modifier and Type Class Description static classKubeReplicationControllerProps.Jsii$ProxyAn implementation forKubeReplicationControllerPropsMethods in org.cdk8s.plus25.k8s that return KubeReplicationControllerProps Modifier and Type Method Description KubeReplicationControllerPropsKubeReplicationControllerProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KubeReplicationControllerProps Modifier and Type Method Description List<KubeReplicationControllerProps>KubeReplicationControllerListProps. getItems()List of replication controllers.List<KubeReplicationControllerProps>KubeReplicationControllerListProps.Jsii$Proxy. getItems()Methods in org.cdk8s.plus25.k8s with parameters of type KubeReplicationControllerProps Modifier and Type Method Description static ObjectKubeReplicationController. manifest(KubeReplicationControllerProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.ReplicationController".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeReplicationControllerProps Modifier and Type Method Description KubeReplicationControllerList.BuilderKubeReplicationControllerList.Builder. items(List<? extends KubeReplicationControllerProps> items)List of replication controllers.KubeReplicationControllerListProps.BuilderKubeReplicationControllerListProps.Builder. items(List<? extends KubeReplicationControllerProps> items)Sets the value ofKubeReplicationControllerListProps.getItems()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeReplicationControllerProps Constructor Description KubeReplicationController(software.constructs.Construct scope, String id, KubeReplicationControllerProps props)Defines a "io.k8s.api.core.v1.ReplicationController" API object.
-