https://github.com/gocrane/api
API definitions for the crane project
https://github.com/gocrane/api
Last synced: over 1 year ago
JSON representation
API definitions for the crane project
- Host: GitHub
- URL: https://github.com/gocrane/api
- Owner: gocrane
- License: apache-2.0
- Created: 2021-11-18T01:46:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T03:43:18.000Z (over 1 year ago)
- Last Synced: 2025-03-29T22:05:39.835Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1000 KB
- Stars: 19
- Watchers: 4
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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
```