Uses of Class
org.cdk8s.plus22.ConfigMapProps.Builder
-
-
Uses of ConfigMapProps.Builder in org.cdk8s.plus22
Methods in org.cdk8s.plus22 that return ConfigMapProps.Builder Modifier and Type Method Description ConfigMapProps.BuilderConfigMapProps.Builder. binaryData(Map<String,String> binaryData)Sets the value ofConfigMapProps.getBinaryData()static ConfigMapProps.BuilderConfigMapProps. builder()ConfigMapProps.BuilderConfigMapProps.Builder. data(Map<String,String> data)Sets the value ofConfigMapProps.getData()ConfigMapProps.BuilderConfigMapProps.Builder. immutable(Boolean immutable)Sets the value ofConfigMapProps.getImmutable()ConfigMapProps.BuilderConfigMapProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Sets the value ofResourceProps.getMetadata()Constructors in org.cdk8s.plus22 with parameters of type ConfigMapProps.Builder Constructor Description Jsii$Proxy(ConfigMapProps.Builder builder)Constructor that initializes the object based on literal property values passed by theConfigMapProps.Builder.
-