https://github.com/a-hilaly/ack-crds
A little Go program to download all ACK CRDs
https://github.com/a-hilaly/ack-crds
ack aws-controllers-k8s
Last synced: 8 months ago
JSON representation
A little Go program to download all ACK CRDs
- Host: GitHub
- URL: https://github.com/a-hilaly/ack-crds
- Owner: a-hilaly
- Created: 2023-05-18T20:24:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T20:33:10.000Z (about 3 years ago)
- Last Synced: 2024-12-27T04:07:59.562Z (over 1 year ago)
- Topics: ack, aws-controllers-k8s
- Language: Go
- Homepage:
- Size: 252 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Download all ACK CRDs
Little Go package to download all ACK CRDs
#### Usage
```bash
GITHUB_TOKEN=xxx go run main.go # Files will be written to ./crds
```