Uses of Interface
org.cdk8s.plus25.k8s.KubeReplicationControllerListProps
-
Packages that use KubeReplicationControllerListProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeReplicationControllerListProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeReplicationControllerListProps Modifier and Type Class Description static classKubeReplicationControllerListProps.Jsii$ProxyAn implementation forKubeReplicationControllerListPropsMethods in org.cdk8s.plus25.k8s that return KubeReplicationControllerListProps Modifier and Type Method Description KubeReplicationControllerListPropsKubeReplicationControllerListProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s with parameters of type KubeReplicationControllerListProps Modifier and Type Method Description static ObjectKubeReplicationControllerList. manifest(KubeReplicationControllerListProps props)Renders a Kubernetes manifest for "io.k8s.api.core.v1.ReplicationControllerList".Constructors in org.cdk8s.plus25.k8s with parameters of type KubeReplicationControllerListProps Constructor Description KubeReplicationControllerList(software.constructs.Construct scope, String id, KubeReplicationControllerListProps props)Defines a "io.k8s.api.core.v1.ReplicationControllerList" API object.
-