vmware-archive / operator-builder

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

refactor: small changes to decode workload kind #233

Closed scottd018 closed 2 years ago

scottd018 commented 2 years ago

This will allow a user to simply specify all workload types as simply and let the attributes of the workload config identify the type of workload. This also supports backwards compatibility with manifests that use the specific workload types.

Signed-off-by: Dustin Scott sdustin@vmware.com