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