Uses of Interface
org.cdk8s.plus25.k8s.KubeReplicaSetProps
-
Packages that use KubeReplicaSetProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeReplicaSetProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeReplicaSetProps Modifier and Type Class Description static classKubeReplicaSetProps.Jsii$ProxyAn implementation forKubeReplicaSetPropsMethods in org.cdk8s.plus25.k8s that return KubeReplicaSetProps Modifier and Type Method Description KubeReplicaSetPropsKubeReplicaSetProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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.plus25.k8s with parameters of type KubeReplicaSetProps Modifier and Type Method Description static ObjectKubeReplicaSet. manifest(KubeReplicaSetProps props)Renders a Kubernetes manifest for "io.k8s.api.apps.v1.ReplicaSet".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeReplicaSetProps Modifier and Type Method Description KubeReplicaSetList.BuilderKubeReplicaSetList.Builder. items(List<? extends KubeReplicaSetProps> items)List of ReplicaSets.KubeReplicaSetListProps.BuilderKubeReplicaSetListProps.Builder. items(List<? extends KubeReplicaSetProps> items)Sets the value ofKubeReplicaSetListProps.getItems()Constructors in org.cdk8s.plus25.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.
-