Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T20:33:10.000Z (over 1 year ago)
- Last Synced: 2024-11-07T03:48:22.148Z (2 months 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
```