Skip to content

Commit 9b15e45

Browse files
committed
initial_master_nodes from string to string[] (issue #242)
1 parent ce65b02 commit 9b15e45

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

output/schema/schema.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/nodes/info/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class NodeInfoSettingsCluster {
132132
name: Name
133133
routing?: IndexRouting
134134
election: NodeInfoSettingsClusterElection
135-
initial_master_nodes?: string
135+
initial_master_nodes?: string[]
136136
/**
137137
* @availability stack since=7.16.0
138138
* @availability serverless

0 commit comments

Comments
 (0)