Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmwylie19/mso-deployer
https://github.com/cmwylie19/mso-deployer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmwylie19/mso-deployer
- Owner: cmwylie19
- License: mit
- Created: 2022-06-29T22:04:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T14:09:37.000Z (over 2 years ago)
- Last Synced: 2024-06-19T17:55:24.744Z (6 months ago)
- Language: Go
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Init Project
```bash
operator-sdk init --domain cmwylie19 --repo=github.com/cmwylie19/mso-deployer
```
## new API and Controller```bash
operator-sdk create api --group operator --version v1alpha1 --kind MSO --resource --controller
```