allowedCSIDrivers

@JvmName(name = "sygnciebdkhcrjly")
suspend fun allowedCSIDrivers(value: Output<List<AllowedCSIDriverArgs>>)
@JvmName(name = "kdyiaoryquoswkar")
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 = "bgjspsvbosuesthi")
suspend fun allowedCSIDrivers(vararg values: Output<AllowedCSIDriverArgs>)


@JvmName(name = "ohcrjsolxvrwtrud")
suspend fun allowedCSIDrivers(values: List<Output<AllowedCSIDriverArgs>>)
@JvmName(name = "wdtlqxjyajcwhyhg")
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 = "wpfosnhtxcxnnygq")
suspend fun allowedCSIDrivers(argument: List<suspend AllowedCSIDriverArgsBuilder.() -> Unit>)
@JvmName(name = "qiuudvnxawddldse")
suspend fun allowedCSIDrivers(vararg argument: suspend AllowedCSIDriverArgsBuilder.() -> Unit)
@JvmName(name = "egmeyjexkiccisny")
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.