allowedCSIDrivers

@JvmName(name = "tmfeblmestvjqnvk")
suspend fun allowedCSIDrivers(value: Output<List<AllowedCSIDriverPatchArgs>>)
@JvmName(name = "nnebbdkmjsptphgk")
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 = "ndoefpxynefwuiaq")
suspend fun allowedCSIDrivers(vararg values: Output<AllowedCSIDriverPatchArgs>)


@JvmName(name = "mklnjptkxluqoove")
suspend fun allowedCSIDrivers(values: List<Output<AllowedCSIDriverPatchArgs>>)
@JvmName(name = "bpujxeedhkxtelea")
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 = "uvbaxnrgsmuugkwc")
suspend fun allowedCSIDrivers(argument: List<suspend AllowedCSIDriverPatchArgsBuilder.() -> Unit>)
@JvmName(name = "tdtmdqlfpwdgfywe")
suspend fun allowedCSIDrivers(vararg argument: suspend AllowedCSIDriverPatchArgsBuilder.() -> Unit)
@JvmName(name = "ctnurlnixxtnykuv")
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.