未验证 提交 3a703d43 编写于 作者: K KubeSphere CI Bot 提交者: GitHub

Merge pull request #2703 from shaowenchen/fix_to_json

add parameter for to_json
...@@ -1008,6 +1008,18 @@ type ResJson struct { ...@@ -1008,6 +1008,18 @@ type ResJson struct {
} `json:"value,omitempty"` } `json:"value,omitempty"`
} `json:"arguments,omitempty"` } `json:"arguments,omitempty"`
} `json:"agent,omitempty"` } `json:"agent,omitempty"`
Parameters struct {
Parameters []struct {
Name string `json:"name,omitempty" description:"name"`
Arguments []struct {
Key string `json:"key,omitempty" description:"key"`
Value struct {
IsLiteral bool `json:"isLiteral,omitempty" description:"is literal or not"`
Value string `json:"value,omitempty" description:"value"`
} `json:"value,omitempty"`
} `json:"arguments,omitempty"`
} `json:"parameters,omitempty"`
} `json:"parameters,omitempty"`
} `json:"pipeline,omitempty"` } `json:"pipeline,omitempty"`
} `json:"json,omitempty"` } `json:"json,omitempty"`
} `json:"data,omitempty"` } `json:"data,omitempty"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册