Skip to content

ysicing/cloudflow-api

Repository files navigation

CloudFlow API

GitHub go.mod Go version (subdirectory of monorepo) GitHub commit activity GitHub Releases docs

Schema of the API types that are served by CloudFlow

Purpose

This library is the canonical location of the CloudFlow API definition.

We recommend using the go types in this repo. You may serialize them directly to JSON.

Kubernetes Version in your Project CloudFlow Version in your Project Import cloudflow-api
>= 1.23 v0.x.y >= v0.1

Where does it come from?

cloudflow-api is synced from https://github.com/ysicing/cloudflow/tree/master/apis. Code changes are made in that location, merged into ysicing/cloudflow and later synced here.

Things you should NOT do

https://github.com/ysicing/cloudflow/tree/master/apis is synced to here. All changes must be made in the former. The latter is read-only.