configMapMountDescV2s

@JvmName(name = "dvtqhirljeaohnof")
suspend fun configMapMountDescV2s(value: Output<List<ApplicationConfigMapMountDescV2Args>>)
@JvmName(name = "jjyivknothdfgury")
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 = "okwhvswnyqckquok")
suspend fun configMapMountDescV2s(vararg values: Output<ApplicationConfigMapMountDescV2Args>)


@JvmName(name = "htnmfyhobeyebxwv")
suspend fun configMapMountDescV2s(values: List<Output<ApplicationConfigMapMountDescV2Args>>)
@JvmName(name = "mfrwsljemqgvkatk")
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 = "olnddtmolwmhgrcw")
suspend fun configMapMountDescV2s(argument: List<suspend ApplicationConfigMapMountDescV2ArgsBuilder.() -> Unit>)
@JvmName(name = "psqucorygepocmai")
suspend fun configMapMountDescV2s(vararg argument: suspend ApplicationConfigMapMountDescV2ArgsBuilder.() -> Unit)
@JvmName(name = "thcchqmowhvuqhmd")
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.