Uses of Class
org.cdk8s.plus24.ConfigMapProps.Builder
-
Packages that use ConfigMapProps.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of ConfigMapProps.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return ConfigMapProps.Builder Modifier and Type Method Description ConfigMapProps.Builder
ConfigMapProps.Builder. binaryData(Map<String,String> binaryData)
Sets the value ofConfigMapProps.getBinaryData()
static ConfigMapProps.Builder
ConfigMapProps. builder()
ConfigMapProps.Builder
ConfigMapProps.Builder. data(Map<String,String> data)
Sets the value ofConfigMapProps.getData()
ConfigMapProps.Builder
ConfigMapProps.Builder. immutable(Boolean immutable)
Sets the value ofConfigMapProps.getImmutable()
ConfigMapProps.Builder
ConfigMapProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)
Sets the value ofResourceProps.getMetadata()
Constructors in org.cdk8s.plus24 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
.
-