An open API service indexing awesome lists of open source software.

https://github.com/easysoft/quickon-api

渠成平台api
https://github.com/easysoft/quickon-api

Last synced: 3 months ago
JSON representation

渠成平台api

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.