Uses of Class
org.cdk8s.plus25.k8s.KubeConfigMapProps.Builder
-
Packages that use KubeConfigMapProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeConfigMapProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeConfigMapProps.Builder Modifier and Type Method Description KubeConfigMapProps.BuilderKubeConfigMapProps.Builder. binaryData(Map<String,String> binaryData)Sets the value ofKubeConfigMapProps.getBinaryData()static KubeConfigMapProps.BuilderKubeConfigMapProps. builder()KubeConfigMapProps.BuilderKubeConfigMapProps.Builder. data(Map<String,String> data)Sets the value ofKubeConfigMapProps.getData()KubeConfigMapProps.BuilderKubeConfigMapProps.Builder. immutable(Boolean immutable)Sets the value ofKubeConfigMapProps.getImmutable()KubeConfigMapProps.BuilderKubeConfigMapProps.Builder. metadata(ObjectMeta metadata)Sets the value ofKubeConfigMapProps.getMetadata()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeConfigMapProps.Builder Constructor Description Jsii$Proxy(KubeConfigMapProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeConfigMapProps.Builder.
-