The canonical location of the KubeEdge API definition.
Go to file
wbc6080 447ec9b7df Sync APIs from KubeEdge repo based on v1.20.0
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
2025-02-10 20:18:42 +08:00
apidoc sync-change-2024.11.6 2024-11-06 16:31:21 +08:00
apis Sync APIs from KubeEdge repo based on v1.20.0 2025-02-10 20:18:42 +08:00
client sync-change-2024.11.6 2024-11-06 16:31:21 +08:00
CODE_OF_CONDUCT.md initialize api repository 2024-11-06 15:21:11 +08:00
LICENSE Initial commit 2024-11-06 15:13:33 +08:00
OWNERS initialize api repository 2024-11-06 15:21:11 +08:00
README.md sync-change-2024.11.6 2024-11-06 16:31:21 +08:00
go.mod Sync APIs from KubeEdge repo based on v1.20.0 2025-02-10 20:18:42 +08:00
go.sum Sync APIs from KubeEdge repo based on v1.20.0 2025-02-10 20:18:42 +08:00

README.md

API

Schema of the external API types that are served by KubeEdge.

Purpose

This library is the canonical location of the KubeEdge API definition. It will be published separately to avoid diamond dependency problems for users who depend on multiple KubeEdge components. On the other hand, this library also provides available CRD informers/listers/clientsets and KubeEdge API documentation for users.

Where does it come from?

api is synced from https://github.com/kubeedge/kubeedge/tree/master/staging/src/github.com/kubeedge/api. Code changes are made in that location, merged into KubeEdge and later synced here.