kubevela / kubevela-core-api

Core API package for KubeVela https://github.com/kubevela/kubevela

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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 as example.

About

Core API package for KubeVela https://github.com/kubevela/kubevela

License:Apache License 2.0


Languages

Language:Go 99.6%Language:Makefile 0.4%Language:Shell 0.1%