Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cmwylie19/mso-deployer


https://github.com/cmwylie19/mso-deployer

Last synced: about 1 month ago
JSON representation

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
```