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