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