Uses of Class
org.cdk8s.plus25.k8s.KubeReplicaSetListProps.Builder
-
Packages that use KubeReplicaSetListProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeReplicaSetListProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeReplicaSetListProps.Builder Modifier and Type Method Description static KubeReplicaSetListProps.BuilderKubeReplicaSetListProps. builder()KubeReplicaSetListProps.BuilderKubeReplicaSetListProps.Builder. items(List<? extends KubeReplicaSetProps> items)Sets the value ofKubeReplicaSetListProps.getItems()KubeReplicaSetListProps.BuilderKubeReplicaSetListProps.Builder. metadata(ListMeta metadata)Sets the value ofKubeReplicaSetListProps.getMetadata()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeReplicaSetListProps.Builder Constructor Description Jsii$Proxy(KubeReplicaSetListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeReplicaSetListProps.Builder.
-