vmware-archive / operator-builder

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

fix: Fixes #257, fixed glob checking to return error when not found #265

Closed scottd018 closed 2 years ago

scottd018 commented 2 years ago

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

lander2k2 commented 2 years ago

@scottd018 I think we should also return an error if we don't get any results from a glob pattern.

Reminder: also check components as well (make sure it uses the same function).