Uses of Interface
org.cdk8s.plus24.k8s.KubeReplicationControllerListProps
-
Packages that use KubeReplicationControllerListProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeReplicationControllerListProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeReplicationControllerListProps Modifier and Type Class Description static class
KubeReplicationControllerListProps.Jsii$Proxy
An implementation forKubeReplicationControllerListProps
Methods in org.cdk8s.plus24.k8s that return KubeReplicationControllerListProps Modifier and Type Method Description KubeReplicationControllerListProps
KubeReplicationControllerListProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s with parameters of type KubeReplicationControllerListProps Modifier and Type Method Description static Object
KubeReplicationControllerList. manifest(KubeReplicationControllerListProps props)
Renders a Kubernetes manifest for "io.k8s.api.core.v1.ReplicationControllerList".Constructors in org.cdk8s.plus24.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.
-