StepStatus

The execution status details of the cluster step.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details for the step failure including reason, message, and log file path where the root cause was identified.

Link copied to clipboard

The execution state of the cluster step.

Link copied to clipboard

The reason for the step execution status change.

Link copied to clipboard

The timeline of the cluster step status over time.

Functions

Link copied to clipboard
inline fun copy(block: StepStatus.Builder.() -> Unit = {}): StepStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String