We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc623e3 commit ea4c957Copy full SHA for ea4c957
specification/cluster/allocation_explain/types.ts
@@ -101,7 +101,7 @@ export enum Decision {
101
}
102
103
export class NodeAllocationExplanation {
104
- deciders: AllocationDecision[]
+ deciders?: AllocationDecision[]
105
node_attributes: Dictionary<string, string>
106
node_decision: Decision
107
node_id: Id
@@ -113,7 +113,7 @@ export class NodeAllocationExplanation {
113
roles: NodeRoles
114
store?: AllocationStore
115
transport_address: TransportAddress
116
- weight_ranking: integer
+ weight_ranking?: integer
117
118
119
export enum StoreCopy {
0 commit comments