Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some issues in types.ReconcileKey
While trying to determine what key to emit for an element without a namespace, I looked at types.ReconcileKey which would emit "/name" which doesn't appear to agree with the rest of the logic in kubebuilder. This fixes types.ReconcileKey to emit the correct string value if namespace is empty as well as adds a method to construct the object from a string.
- Loading branch information