# api **Repository Path**: mirrors_kubeedge/api ## Basic Information - **Project Name**: api - **Description**: The canonical location of the KubeEdge API definition. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-07 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.