Skip to content

Commit

Permalink
CLOUDP-96364: Added Horizons field to automation config (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
threebee committed Jul 28, 2021
1 parent d364786 commit 55f4dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opsmngr/automation_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ type Member struct {
SecondaryDelaySecs *float64 `json:"secondaryDelaySecs,omitempty"` // SecondaryDelaySecs replaces SlaveDelay since 5.0+
Tags *map[string]interface{} `json:"tags,omitempty"`
Votes float64 `json:"votes"`
Horizons *map[string]string `json:"horizons,omitempty"` // Horizons are managed by Kubernetes Operator and should not be manually edited
}

// ReplicaSet configs.
Expand Down

0 comments on commit 55f4dd4

Please sign in to comment.