config Map Mount Desc V2s
Parameters
value
The description of the ConfigMap that is mounted to the application. A ConfigMap that is created on the ConfigMaps page of a namespace is used to inject configurations into containers. See config_map_mount_desc_v2
below.
Parameters
values
The description of the ConfigMap that is mounted to the application. A ConfigMap that is created on the ConfigMaps page of a namespace is used to inject configurations into containers. See config_map_mount_desc_v2
below.
suspend fun configMapMountDescV2s(argument: List<suspend ApplicationConfigMapMountDescV2ArgsBuilder.() -> Unit>)
suspend fun configMapMountDescV2s(vararg argument: suspend ApplicationConfigMapMountDescV2ArgsBuilder.() -> Unit)
suspend fun configMapMountDescV2s(argument: suspend ApplicationConfigMapMountDescV2ArgsBuilder.() -> Unit)
Parameters
argument
The description of the ConfigMap that is mounted to the application. A ConfigMap that is created on the ConfigMaps page of a namespace is used to inject configurations into containers. See config_map_mount_desc_v2
below.