Uses of Class
org.cdk8s.plus25.k8s.KubePodList.Builder
-
Packages that use KubePodList.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubePodList.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubePodList.Builder Modifier and Type Method Description static KubePodList.BuilderKubePodList.Builder. create(software.constructs.Construct scope, String id)KubePodList.BuilderKubePodList.Builder. items(List<? extends KubePodProps> items)List of pods.KubePodList.BuilderKubePodList.Builder. metadata(ListMeta metadata)Standard list metadata.
-