You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unit of work is a cluster, and all references following from it should be in the same namespace. A valid corev1.ObjectReference requires a non-empty namespace field, which requires more work (e.g. validation), and creates opportunities for error.
The unit of work is a cluster, and all references following from it should be in the same namespace. A valid
corev1.ObjectReference
requires a non-emptynamespace
field, which requires more work (e.g. validation), and creates opportunities for error.Similar work:
The text was updated successfully, but these errors were encountered: