Added RestoreSession related constants
This commit is contained in:
parent
19db817b0c
commit
49a489cd97
@ -7,11 +7,14 @@ import (
|
|||||||
type SessionState string
|
type SessionState string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
New SessionState = "New"
|
New SessionState = "New"
|
||||||
Running SessionState = "Running"
|
Running SessionState = "Running"
|
||||||
Success SessionState = "Success"
|
Success SessionState = "Success"
|
||||||
Failure SessionState = "Failure"
|
Failure SessionState = "Failure"
|
||||||
Deleted SessionState = "Deleted"
|
Deleted SessionState = "Deleted"
|
||||||
|
TARGET_NAME string = "TARGET_NAME"
|
||||||
|
RESTORESESSION_NAMESPACE string = "RESTORESESSION_NAMESPACE"
|
||||||
|
RESTORESESSION_NAME string = "RESTORESESSION_NAME"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TargetStatus struct {
|
type TargetStatus struct {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user