Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyush1146115/crd-code-generator
https://github.com/piyush1146115/crd-code-generator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyush1146115/crd-code-generator
- Owner: piyush1146115
- License: mit
- Created: 2021-04-29T10:28:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T12:00:00.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T02:08:21.869Z (3 months ago)
- Language: Go
- Size: 1.78 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crd-code-generator
## Running the project
To generate code
```bash
vendor/k8s.io/code-generator/generate-groups.sh all "github.com/piyush1146115/crd-code-generator/pkg/client" "github.com/piyush1146115/crd-code-generator/pkg/apis" "example.com:v1"
```