Skip to content

Commit

Permalink
Add const for ES Master node shard allocation disabling (#1361)
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan authored Dec 10, 2024
1 parent 9ab2b7b commit 97a0eb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apis/ops/v1alpha1/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,10 @@ const (

// Elasticsearch Constant
const (
PrepareCustomConfig = "PrepareCustomConfig"
PrepareSecureCustomConfig = "PrepareSecureCustomConfig"
ReconfigureSecurityAdmin = "ReconfigureSecurityAdmin"
PrepareCustomConfig = "PrepareCustomConfig"
PrepareSecureCustomConfig = "PrepareSecureCustomConfig"
ReconfigureSecurityAdmin = "ReconfigureSecurityAdmin"
DisabledMasterNodeShardAllocation = "DisabledMasterNodeShardAllocation"

HorizontalScaleMasterNode = "HorizontalScaleMasterNode"
HorizontalScaleDataNode = "HorizontalScaleDataNode"
Expand Down

0 comments on commit 97a0eb7

Please sign in to comment.