attachError

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

Parameters

value

attachError represents 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 = "igrhdgbawkakbfxj")
suspend fun attachError(argument: suspend VolumeErrorArgsBuilder.() -> Unit)

Parameters

argument

attachError represents 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.