configMapMountDescV2s

@JvmName(name = "hfwikinwhkwyygiw")
suspend fun configMapMountDescV2s(value: Output<List<ApplicationConfigMapMountDescV2Args>>)
@JvmName(name = "ioiedxmgtssqpyge")
suspend fun configMapMountDescV2s(value: List<ApplicationConfigMapMountDescV2Args>?)

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.


@JvmName(name = "ipkixprhmkgmkkfn")
suspend fun configMapMountDescV2s(vararg values: Output<ApplicationConfigMapMountDescV2Args>)


@JvmName(name = "cpwhmlvklhyglnqg")
suspend fun configMapMountDescV2s(values: List<Output<ApplicationConfigMapMountDescV2Args>>)
@JvmName(name = "qnpqronpakvloqxs")
suspend fun configMapMountDescV2s(vararg values: ApplicationConfigMapMountDescV2Args)

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.


@JvmName(name = "dnkeaewjlmlcmfeo")
suspend fun configMapMountDescV2s(argument: List<suspend ApplicationConfigMapMountDescV2ArgsBuilder.() -> Unit>)
@JvmName(name = "yrstxltykfrdhmtr")
suspend fun configMapMountDescV2s(vararg argument: suspend ApplicationConfigMapMountDescV2ArgsBuilder.() -> Unit)
@JvmName(name = "imarwtbfeknexelv")
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.