Skip to content

Commit

Permalink
initial_master_nodes from string to string[] (issue #242)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Feb 8, 2024
1 parent ce65b02 commit 9b15e45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/nodes/info/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class NodeInfoSettingsCluster {
name: Name
routing?: IndexRouting
election: NodeInfoSettingsClusterElection
initial_master_nodes?: string
initial_master_nodes?: string[]
/**
* @availability stack since=7.16.0
* @availability serverless
Expand Down

0 comments on commit 9b15e45

Please sign in to comment.