https://github.com/kubevela/kubevela-core-api
Core API package for KubeVela https://github.com/kubevela/kubevela
https://github.com/kubevela/kubevela-core-api
api sdk
Last synced: 4 months ago
JSON representation
Core API package for KubeVela https://github.com/kubevela/kubevela
- Host: GitHub
- URL: https://github.com/kubevela/kubevela-core-api
- Owner: kubevela
- License: apache-2.0
- Created: 2020-12-21T07:27:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T18:51:27.000Z (over 1 year ago)
- Last Synced: 2025-04-11T16:14:35.766Z (about 1 year ago)
- Topics: api, sdk
- Language: Go
- Homepage:
- Size: 797 KB
- Stars: 24
- Watchers: 6
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# KubeVela Core API
API types that work for KubeVela Core CRDs.
## Purpose
This library is the canonical location of the KubeVela Core API definition.
The code is synced from [kubevela/apis](https://github.com/oam-dev/kubevela/tree/master/apis) every release.
You can use this separated package if you want:
* use it as SDK and build your own user interface.
* avoid conflicts of `go.mod` by reducing dependency from KubeVela.
## Usage
Refer to [test/main.go](test/main.go) as example.