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