Uses of Class
org.cdk8s.plus25.k8s.KubeConfigMapList.Builder
-
Packages that use KubeConfigMapList.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeConfigMapList.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeConfigMapList.Builder Modifier and Type Method Description static KubeConfigMapList.BuilderKubeConfigMapList.Builder. create(software.constructs.Construct scope, String id)KubeConfigMapList.BuilderKubeConfigMapList.Builder. items(List<? extends KubeConfigMapProps> items)Items is the list of ConfigMaps.KubeConfigMapList.BuilderKubeConfigMapList.Builder. metadata(ListMeta metadata)More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-