BackupSession TaskStatus name and kind
This commit is contained in:
parent
e519dc8b5e
commit
03c60a1ecb
@ -46,6 +46,8 @@ type BackupSessionSpec struct {
|
||||
}
|
||||
|
||||
type TargetStatus struct {
|
||||
Name string `json:"name"`
|
||||
Kind string `json:"kind"`
|
||||
// +optional
|
||||
BackupState `json:"state,omitempty"`
|
||||
// +optional
|
||||
|
||||
Loading…
Reference in New Issue
Block a user