rancher v2.15.1

ETCDSnapshotRestore.status

Status is the observed state of the ETCDSnapshotRestore.

5 fields
ETCDSnapshotRestore.status fields and descriptions
Field / TypeDescription
object[]

Conditions represent the latest available observations of an operation's current state. Known condition types are Pending, InProgress, Succeeded, Failed, Canceled, and Paused . Operations may have additional conditions of their own. Operations may also provide additional information in the form of messages.

  • maxItems: 32
  • x-kubernetes-list-map-keys: ["type"]
  • x-kubernetes-list-type: "map"
lastUpdated
string

LastUpdated identifies when the phase of the Operation last transitioned. LastUpdated will also be updated during step transitions, if applicable.

  • format: date-time
observedGeneration
integer

ObservedGeneration is the latest generation observed by the controller.

  • format: int64
  • minimum: 1
phase
string

Phase represents the current phase of the Operation. A Pending operation is one that is currently waiting to acquire the beacon, active it, and begin execution. An InProgress operation is one that is currently executing. A Succeeded operation is one that completed successfully. A Failed operation is one that failed to complete successfully. A Canceled operation is one that was canceled by the user or system.

  • enum: ["Pending","InProgress","Succeeded","Failed","Canceled"]
step
string

Step is the current step of the operation. Step is typically only valid during the InProgress phase.

  • enum: ["Preflight","Shutdown","Restore","PostRestorePodCleanup","InitialRestartCluster","PostRestoreNodeCleanup","RestartCluster"]