Skip to content

Commit 15396b5

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 4c985a7 commit 15396b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/api/v1/cluster_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,9 @@ const (
640640
// loaded still
641641
PhaseUnknownPlugin = "Cluster cannot proceed to reconciliation due to an unknown plugin being required"
642642

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+
643646
// PhaseImageCatalogError is triggered when the cluster cannot select the image to
644647
// apply because of an invalid or incomplete catalog
645648
PhaseImageCatalogError = "Cluster has incomplete or invalid image catalog"

0 commit comments

Comments
 (0)