Uses of Interface
org.cdk8s.plus25.k8s.KeyToPath
-
Packages that use KeyToPath Package Description org.cdk8s.plus25.k8s -
-
Uses of KeyToPath in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KeyToPath Modifier and Type Class Description static classKeyToPath.Jsii$ProxyAn implementation forKeyToPathMethods in org.cdk8s.plus25.k8s that return KeyToPath Modifier and Type Method Description KeyToPathKeyToPath.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type KeyToPath Modifier and Type Method Description default List<KeyToPath>ConfigMapProjection. getItems()items 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.List<KeyToPath>ConfigMapProjection.Jsii$Proxy. getItems()default List<KeyToPath>ConfigMapVolumeSource. getItems()items 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.List<KeyToPath>ConfigMapVolumeSource.Jsii$Proxy. getItems()default List<KeyToPath>SecretProjection. getItems()items 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.List<KeyToPath>SecretProjection.Jsii$Proxy. getItems()default List<KeyToPath>SecretVolumeSource. getItems()items 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.List<KeyToPath>SecretVolumeSource.Jsii$Proxy. getItems()Method parameters in org.cdk8s.plus25.k8s with type arguments of type KeyToPath Modifier and Type Method Description ConfigMapProjection.BuilderConfigMapProjection.Builder. items(List<? extends KeyToPath> items)Sets the value ofConfigMapProjection.getItems()ConfigMapVolumeSource.BuilderConfigMapVolumeSource.Builder. items(List<? extends KeyToPath> items)Sets the value ofConfigMapVolumeSource.getItems()SecretProjection.BuilderSecretProjection.Builder. items(List<? extends KeyToPath> items)Sets the value ofSecretProjection.getItems()SecretVolumeSource.BuilderSecretVolumeSource.Builder. items(List<? extends KeyToPath> items)Sets the value ofSecretVolumeSource.getItems()
-