File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
charts/kvm-node-agent/crds Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ type MigrationSpec struct {
3030
3131// MigrationStatus defines the observed state of Migration.
3232type MigrationStatus struct {
33- Origin string `json:"origin"`
34- Destination string `json:"destination"`
33+ Origin string `json:"origin,omitempty "`
34+ Destination string `json:"destination,omitempty "`
3535 Type string `json:"type,omitempty"`
3636 Started metav1.Time `json:"started,omitempty"`
3737 ErrMsg string `json:"errMsg,omitempty"`
Original file line number Diff line number Diff line change @@ -141,9 +141,6 @@ spec:
141141 type : string
142142 type :
143143 type : string
144- required :
145- - destination
146- - origin
147144 type : object
148145 type : object
149146 served : true
Original file line number Diff line number Diff line change @@ -142,9 +142,6 @@ spec:
142142 type : string
143143 type :
144144 type : string
145- required :
146- - destination
147- - origin
148145 type : object
149146 type : object
150147 served : true
You can’t perform that action at this time.
0 commit comments