1.5.8-k8s-extnet-branch v1.5.0
Tim Tkachev 2 years ago
parent c78b1348e3
commit 4a152cb44c

@ -423,7 +423,7 @@ type RecordCompute struct {
SnapSets ListSnapSets `json:"snapSets"` SnapSets ListSnapSets `json:"snapSets"`
// Stateless SepID // Stateless SepID
StatelessSepID uint64 `json:"statelessSepId"` StatelessSepID int64 `json:"statelessSepId"`
// Stateless SepType // Stateless SepType
StatelessSepType string `json:"statelessSepType"` StatelessSepType string `json:"statelessSepType"`
@ -882,7 +882,7 @@ type ItemCompute struct {
SnapSets ListSnapSets `json:"snapSets"` SnapSets ListSnapSets `json:"snapSets"`
// Stateless SepID // Stateless SepID
StatelessSepID uint64 `json:"statelessSepId"` StatelessSepID int64 `json:"statelessSepId"`
// Stateless SepType // Stateless SepType
StatelessSepType string `json:"statelessSepType"` StatelessSepType string `json:"statelessSepType"`

Loading…
Cancel
Save