We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c985a7 commit 15396b5Copy full SHA for 15396b5
pkg/api/v1/cluster_types.go
@@ -640,6 +640,9 @@ const (
640
// loaded still
641
PhaseUnknownPlugin = "Cluster cannot proceed to reconciliation due to an unknown plugin being required"
642
643
+ // PhaseFailurePlugin is triggered when the cluster cannot proceed to reconciliation due to an interaction failure
644
+ PhaseFailurePlugin = "Cluster cannot proceed to reconciliation due to an error while interacting with plugins"
645
+
646
// PhaseImageCatalogError is triggered when the cluster cannot select the image to
647
// apply because of an invalid or incomplete catalog
648
PhaseImageCatalogError = "Cluster has incomplete or invalid image catalog"
0 commit comments