volumes

@JvmName(name = "ofjqubsqhgclpwrk")
suspend fun volumes(value: Output<List<String>>)
@JvmName(name = "hskgwlnqhtstwbjk")
suspend fun volumes(value: List<String>?)

Parameters

value

volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.


@JvmName(name = "uekxjsufwtngvsux")
suspend fun volumes(vararg values: Output<String>)


@JvmName(name = "mxbbtjrodlloqydi")
suspend fun volumes(values: List<Output<String>>)
@JvmName(name = "otlnhyapxmbmasmn")
suspend fun volumes(vararg values: String)

Parameters

values

volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.