attachError

@JvmName(name = "ddvnhdxcexaonpfv")
suspend fun attachError(value: Output<VolumeErrorArgs>)
@JvmName(name = "ocbbawmvehuughvb")
suspend fun attachError(value: VolumeErrorArgs?)

Parameters

value

The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.


@JvmName(name = "aafixldahkalmiru")
suspend fun attachError(argument: suspend VolumeErrorArgsBuilder.() -> Unit)

Parameters

argument

The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.