labels

@JvmName(name = "ngogxadqkdverruk")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "pgsnibgsbakoraan")
suspend fun labels(value: Map<String, String>?)

Parameters

value

Custom metadata to add to your Docker volume. This parameter maps to `Labels` in the Create a volume section of the Docker Remote API and the `xxlabel` option to docker volume create.


@JvmName(name = "ncbgymbrtsbqmxca")
fun labels(vararg values: Pair<String, String>)

Parameters

values

Custom metadata to add to your Docker volume. This parameter maps to `Labels` in the Create a volume section of the Docker Remote API and the `xxlabel` option to docker volume create.