attachError

@JvmName(name = "wgdljnepevjbubxi")
suspend fun attachError(value: Output<VolumeErrorArgs>)
@JvmName(name = "yyparktkhmykbelu")
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 = "npilghegsddoxfxh")
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.