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 descriptions for different diff reporting result types.
306
-
ApplyOrReportDiffResTypeFailedToReportDiffDescription="Failed to report the diff between the hub cluster and the member cluster (error = %s)"
307
-
ApplyOrReportDiffResTypeNoDiffFoundDescription="No diff has been found between the hub cluster and the member cluster"
308
-
ApplyOrReportDiffResTypeFoundDiffDescription="Diff has been found between the hub cluster and the member cluster"
308
+
ApplyOrReportDiffResTypeFailedToReportDiffDescription="Failed to report the diff between the hub cluster and the member cluster (error = %s)"
309
+
ApplyOrReportDiffResTypeNoDiffFoundDescription="No diff has been found between the hub cluster and the member cluster"
310
+
ApplyOrReportDiffResTypeFoundDiffDescription="Diff has been found between the hub cluster and the member cluster"
311
+
ApplyOrReportDiffResTypeFoundDiffInDegradedModeDescription="Diff has been found in degraded mode: cannot perform partial comparison as the member cluster API server rejected the manifest object (object is invalid)"
0 commit comments