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 fb05a83 commit 94dfafdCopy full SHA for 94dfafd
pkg/api/v1/cluster_types.go
@@ -1387,6 +1387,12 @@ type SynchronousReplicaConfiguration struct {
1387
// +kubebuilder:validation:Enum=required;preferred
1388
// +optional
1389
DataDurability DataDurabilityLevel `json:"dataDurability,omitempty"`
1390
+
1391
+ // FailoverQuorum enables a quorum-based check before failover, improving
1392
+ // data durability and safety during failover events in CloudNativePG-managed
1393
+ // PostgreSQL clusters.
1394
+ // +optional
1395
+ FailoverQuorum bool `json:"failoverQuorum"`
1396
}
1397
1398
// PostgresConfiguration defines the PostgreSQL configuration
0 commit comments