An open API service indexing awesome lists of open source software.

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

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

```