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