We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc6dd2 commit 37e61a0Copy full SHA for 37e61a0
pkg/api/v1/backup_types.go
@@ -319,6 +319,12 @@ type InstanceID struct {
319
// The container ID
320
// +optional
321
ContainerID string `json:"ContainerID,omitempty"`
322
+ // The instance manager session ID. This is a unique identifier generated at instance manager
323
+ // startup and changes on every restart (including container reboots). Used to detect if
324
+ // the instance manager was restarted during long-running operations like backups, which
325
+ // would terminate any running backup process.
326
+ // +optional
327
+ SessionID string `json:"sessionID,omitempty"`
328
}
329
330
// +genclient
0 commit comments