allowedCSIDrivers

@JvmName(name = "pcojvuwkivngqkkv")
suspend fun allowedCSIDrivers(value: Output<List<AllowedCSIDriverArgs>>)
@JvmName(name = "kdvnbjbvlwcennxu")
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. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.


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


@JvmName(name = "gjdgvjkidjrsqfkx")
suspend fun allowedCSIDrivers(values: List<Output<AllowedCSIDriverArgs>>)
@JvmName(name = "hfdevefrquhncdht")
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. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.


@JvmName(name = "vmamxxbluwmulwfd")
suspend fun allowedCSIDrivers(argument: List<suspend AllowedCSIDriverArgsBuilder.() -> Unit>)
@JvmName(name = "rbofsiuqywscurby")
suspend fun allowedCSIDrivers(vararg argument: suspend AllowedCSIDriverArgsBuilder.() -> Unit)
@JvmName(name = "yodkahroitpauxcn")
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. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.