allowedCSIDrivers

@JvmName(name = "socnshblrfoparut")
suspend fun allowedCSIDrivers(value: Output<List<AllowedCSIDriverPatchArgs>>)
@JvmName(name = "ujrottgowcrsekka")
suspend fun allowedCSIDrivers(value: List<AllowedCSIDriverPatchArgs>?)

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 = "fhfeacubidkmkaqv")
suspend fun allowedCSIDrivers(vararg values: Output<AllowedCSIDriverPatchArgs>)


@JvmName(name = "kdpvcbapyxrmndnh")
suspend fun allowedCSIDrivers(values: List<Output<AllowedCSIDriverPatchArgs>>)
@JvmName(name = "anvinwjlqfecybex")
suspend fun allowedCSIDrivers(vararg values: AllowedCSIDriverPatchArgs)

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 = "awqpgaxixrbugecg")
suspend fun allowedCSIDrivers(argument: List<suspend AllowedCSIDriverPatchArgsBuilder.() -> Unit>)
@JvmName(name = "psgmkjvihgptcnqi")
suspend fun allowedCSIDrivers(vararg argument: suspend AllowedCSIDriverPatchArgsBuilder.() -> Unit)
@JvmName(name = "ikveuwfkqtlmfwxv")
suspend fun allowedCSIDrivers(argument: suspend AllowedCSIDriverPatchArgsBuilder.() -> 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.