Skip to content

Commit 9ed3817

Browse files
authored
Fix Raft Backend Health Issue Check (#116)
Signed-off-by: Rudro-25 <rudro@appscode.com>
1 parent a934f8d commit 9ed3817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apis/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const (
9090

9191
// health check constants
9292
VaultHealthCheckPaused = "HealthCheckPaused"
93+
RaftLeaderHealthy = "RaftLeaderHealthy"
9394
)
9495

9596
const (

0 commit comments

Comments
 (0)