vmware-archive / operator-builder

A Kubebuilder plugin to accelerate the development of Kubernetes operators
MIT License
41 stars 6 forks source link

feat: add ability to add in standalone workloads to an existing operator #295

Open scottd018 opened 2 years ago

scottd018 commented 2 years ago

Situation:

We should be able to add a StandaloneWorkload to an existing operator without requiring that it exists on its own.