Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 493 Bytes

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.