Uses of Class
org.cdk8s.plus25.k8s.KubeNamespaceList.Builder
-
Packages that use KubeNamespaceList.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeNamespaceList.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeNamespaceList.Builder Modifier and Type Method Description static KubeNamespaceList.BuilderKubeNamespaceList.Builder. create(software.constructs.Construct scope, String id)KubeNamespaceList.BuilderKubeNamespaceList.Builder. items(List<? extends KubeNamespaceProps> items)Items is the list of Namespace objects in the list.KubeNamespaceList.BuilderKubeNamespaceList.Builder. metadata(ListMeta metadata)Standard list metadata.
-