Uses of Interface
org.cdk8s.plus25.PathMapping
-
Packages that use PathMapping Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of PathMapping in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement PathMapping Modifier and Type Class Description static classPathMapping.Jsii$ProxyAn implementation forPathMappingMethods in org.cdk8s.plus25 that return PathMapping Modifier and Type Method Description PathMappingPathMapping.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 that return types with arguments of type PathMapping Modifier and Type Method Description default Map<String,PathMapping>ConfigMapVolumeOptions. getItems()If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.Map<String,PathMapping>ConfigMapVolumeOptions.Jsii$Proxy. getItems()default Map<String,PathMapping>SecretVolumeOptions. getItems()If unspecified, each key-value pair in the Data field of the referenced secret will be projected into the volume as a file whose name is the key and content is the value.Map<String,PathMapping>SecretVolumeOptions.Jsii$Proxy. getItems()Method parameters in org.cdk8s.plus25 with type arguments of type PathMapping Modifier and Type Method Description ConfigMapVolumeOptions.BuilderConfigMapVolumeOptions.Builder. items(Map<String,? extends PathMapping> items)Sets the value ofConfigMapVolumeOptions.getItems()SecretVolumeOptions.BuilderSecretVolumeOptions.Builder. items(Map<String,? extends PathMapping> items)Sets the value ofSecretVolumeOptions.getItems()
-