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
Treat all errors encountered while patching as fatal
This will stop the reconcile. No further patches, resources, or
functions will be processed.
This commit breaks required field paths, in that we'll return a fatal
result if a required field path is missing. This means a set of patches
that could have been eventually consistent now cannot. I intend to
address that in a following commit.
Signed-off-by: Nic Cope <nicc@rk0n.org>
Message: fmt.Sprintf("cannot render patches for composed resource %q: cannot apply the %q patch at index 1: spec.doesNotExist: no such field", "cool-resource", "FromCompositeFieldPath"),
453
+
Severity: fnv1beta1.Severity_SEVERITY_FATAL,
454
+
Message: fmt.Sprintf("cannot render patches for composed resource %q: cannot apply the %q patch at index 1: spec.widgets: not an array", "cool-resource", "FromCompositeFieldPath"),
0 commit comments