Uses of Class
org.cdk8s.plus24.k8s.KubeStatefulSetListProps.Builder
-
Packages that use KubeStatefulSetListProps.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeStatefulSetListProps.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeStatefulSetListProps.Builder Modifier and Type Method Description static KubeStatefulSetListProps.Builder
KubeStatefulSetListProps. builder()
KubeStatefulSetListProps.Builder
KubeStatefulSetListProps.Builder. items(List<? extends KubeStatefulSetProps> items)
Sets the value ofKubeStatefulSetListProps.getItems()
KubeStatefulSetListProps.Builder
KubeStatefulSetListProps.Builder. metadata(ListMeta metadata)
Sets the value ofKubeStatefulSetListProps.getMetadata()
Constructors in org.cdk8s.plus24.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
.
-