# api **Repository Path**: gocrane/api ## Basic Information - **Project Name**: api - **Description**: core api of crane. - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2022-04-14 - **Last Updated**: 2025-09-12 ## Categories & Tags **Categories**: cloud-native **Tags**: None ## README # Core API of Crane core api of crane. # DEV GUIDE clone the project to your $GOPATH. following command will generate crd yamls and files in the project directory. ``` make update make verify ``` # INSTALL CRD ``` # install crd kubectl create -f artifacts/deploy/ ``` # INSTALL CRD ONLINE You can find other versions base on the branch or tags in dist branch. [Click here to view the early version.](https://fastly.jsdelivr.net/gh/gocrane/api@dist/) ```bash kubectl create -f https://raw.githubusercontent.com/gocrane/api/dist/main/all.yaml ```