allowedCSIDrivers

@JvmName(name = "cyyknvqapalqatoc")
suspend fun allowedCSIDrivers(value: Output<List<AllowedCSIDriverArgs>>)
@JvmName(name = "robvtsvitvrimxlj")
suspend fun allowedCSIDrivers(value: List<AllowedCSIDriverArgs>?)

Parameters

value

AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes.


@JvmName(name = "ashmyedxiwhitmbu")
suspend fun allowedCSIDrivers(vararg values: Output<AllowedCSIDriverArgs>)


@JvmName(name = "qfcnlviywdlnoeub")
suspend fun allowedCSIDrivers(values: List<Output<AllowedCSIDriverArgs>>)
@JvmName(name = "yhxobpcavdhtnydc")
suspend fun allowedCSIDrivers(vararg values: AllowedCSIDriverArgs)

Parameters

values

AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes.


@JvmName(name = "mbbjcldcyfyyvvkc")
suspend fun allowedCSIDrivers(argument: List<suspend AllowedCSIDriverArgsBuilder.() -> Unit>)
@JvmName(name = "fntuvavlqlkuclwu")
suspend fun allowedCSIDrivers(vararg argument: suspend AllowedCSIDriverArgsBuilder.() -> Unit)
@JvmName(name = "xngsaloaikjewigv")
suspend fun allowedCSIDrivers(argument: suspend AllowedCSIDriverArgsBuilder.() -> Unit)

Parameters

argument

AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes.