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
reason: "When Crossplane responds via required_schemas but all schemas are nil, the function should return a fatal error rather than silently returning empty desired state",
// we should be returning a fatal result, we don't have usable schemas and we can't compose desired resources
379
+
Severity: fnv1.Severity_SEVERITY_FATAL,
380
+
Message: "cannot process schemas: no usable schemas found in response",
381
+
Target: fnv1.Target_TARGET_COMPOSITE.Enum(),
382
+
}},
383
+
},
384
+
},
385
+
},
386
+
"EmptyCRDsFromRequiredResources": {
387
+
reason: "When Crossplane responds via required_resources but all CRD entries are empty, the function should return a fatal error rather than silently returning empty desired state",
// we should return a fatal result because we have no CRD schemas to use
448
+
// and cannot compose desired resources without them
449
+
Severity: fnv1.Severity_SEVERITY_FATAL,
450
+
Message: "cannot process schemas: no usable CRDs found in response",
451
+
Target: fnv1.Target_TARGET_COMPOSITE.Enum(),
452
+
}},
453
+
},
454
+
},
455
+
},
319
456
"DesiredXROnlyContainsDeclaredStatus": {
320
457
reason: "The desired XR should contain resolved status expressions but not observed XR metadata (uid, resourceVersion) or existing status (conditions)",
0 commit comments