https://github.com/easysoft/quickon-api
渠成平台api
https://github.com/easysoft/quickon-api
Last synced: 3 months ago
JSON representation
渠成平台api
- Host: GitHub
- URL: https://github.com/easysoft/quickon-api
- Owner: easysoft
- Created: 2022-07-15T06:23:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T05:05:50.000Z (about 1 year ago)
- Last Synced: 2025-04-08T22:17:29.521Z (about 1 year ago)
- Language: Go
- Size: 224 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quickon-api
Schema of the API types that are served by quickon(渠成).
## Purpose
This library is the canonical location of the quickon API definition.
We recommend using the go types in this repo. You may serialize them directly to JSON.
## Compatibility matrix
| Kubernetes Version in your Project | Qucheng(quickon) Version in your Project | Import quickon-api >= v0.10 |
|------------------------------------|----------------------------|----------------------------|
| >= 1.18 | v1.x.y (x>1) | |
## Where does it come from?
`quickon-api` is synced from [https://github.com/easysoft/qucheng-operator/tree/master/apis](https://github.com/easysoft/qucheng-operator/tree/master/apis).
Code changes are made in that location, merged into `easysoft/qucheng-operator` and later synced here.
## Things you should NOT do
[https://github.com/easysoft/qucheng-operator/tree/master/apis](https://github.com/easysoft/qucheng-operator/tree/master/apis) is synced to here.
All changes must be made in the former. The latter is read-only.