fix
Signed-off-by: jagger <cossjie@foxmail.com> Former-commit-id: 9916288076f52bbd1de63dea5fb57b857b567d6f
This commit is contained in:
parent
040af2f210
commit
d7e8a4942a
|
@ -111,18 +111,17 @@ type HpcInfo struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type CloudInfo struct {
|
type CloudInfo struct {
|
||||||
Participant int64 `json:"participant,omitempty"`
|
Id uint `json:"id,omitempty"`
|
||||||
Id int64 `json:"id,omitempty"`
|
TaskId int64 `json:"taskId,omitempty"`
|
||||||
TaskId int64 `json:"taskId,omitempty"`
|
AdapterId uint `json:"adapterId,omitempty"`
|
||||||
ApiVersion string `json:"apiVersion,omitempty"`
|
ClusterId uint `json:"clusterId,omitempty"`
|
||||||
Kind string `json:"kind,omitempty"`
|
ClusterName string `json:"clusterName,omitempty"`
|
||||||
Namespace string `json:"namespace,omitempty"`
|
Kind string `json:"kind,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Status string `json:"status,omitempty"`
|
||||||
Status string `json:"status,omitempty"`
|
StartTime *time.Time `json:"startTime,omitempty"`
|
||||||
StartTime string `json:"startTime,omitempty"`
|
YamlString string `json:"yamlString,omitempty"`
|
||||||
RunningTime int64 `json:"runningTime,omitempty"`
|
Result string `json:"result,omitempty"`
|
||||||
Result string `json:"result,omitempty"`
|
Namespace string `json:"namespace,omitempty"`
|
||||||
YamlString string `json:"yamlString,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type AiInfo struct {
|
type AiInfo struct {
|
||||||
|
|
Loading…
Reference in New Issue