KubeSphere version info
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Deprecated, please use /version
instead.
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
buildDate string required
compiler string required
gitCommit string required
gitMajor string required
gitMinor string required
gitTreeState string required
gitVersion string required
goVersion string required
kubernetes
platform string required
{
"buildDate": "string",
"compiler": "string",
"gitCommit": "string",
"gitMajor": "string",
"gitMinor": "string",
"gitTreeState": "string",
"gitVersion": "string",
"goVersion": "string",
"platform": "string"
}
Loading...