Uses of Interface
org.cdk8s.plus24.k8s.KubeReplicaSetProps
-
Packages that use KubeReplicaSetProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeReplicaSetProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeReplicaSetProps Modifier and Type Class Description static class
KubeReplicaSetProps.Jsii$Proxy
An implementation forKubeReplicaSetProps
Methods in org.cdk8s.plus24.k8s that return KubeReplicaSetProps Modifier and Type Method Description KubeReplicaSetProps
KubeReplicaSetProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeReplicaSetProps Modifier and Type Method Description List<KubeReplicaSetProps>
KubeReplicaSetListProps. getItems()
List of ReplicaSets.List<KubeReplicaSetProps>
KubeReplicaSetListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeReplicaSetProps Modifier and Type Method Description static Object
KubeReplicaSet. manifest(KubeReplicaSetProps props)
Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ReplicaSet".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeReplicaSetProps Modifier and Type Method Description KubeReplicaSetList.Builder
KubeReplicaSetList.Builder. items(List<? extends KubeReplicaSetProps> items)
List of ReplicaSets.KubeReplicaSetListProps.Builder
KubeReplicaSetListProps.Builder. items(List<? extends KubeReplicaSetProps> items)
Sets the value ofKubeReplicaSetListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeReplicaSetProps Constructor Description KubeReplicaSet(software.constructs.Construct scope, String id, KubeReplicaSetProps props)
Defines a "io.k8s.api.apps.v1.ReplicaSet" API object.
-