File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15778,15 +15778,15 @@ export interface ClusterAllocationExplainDiskUsage {
1577815778}
1577915779
1578015780export interface ClusterAllocationExplainNodeAllocationExplanation {
15781- deciders: ClusterAllocationExplainAllocationDecision[]
15781+ deciders? : ClusterAllocationExplainAllocationDecision[]
1578215782 node_attributes: Record<string, string>
1578315783 node_decision: ClusterAllocationExplainDecision
1578415784 node_id: Id
1578515785 node_name: Name
1578615786 roles: NodeRoles
1578715787 store?: ClusterAllocationExplainAllocationStore
1578815788 transport_address: TransportAddress
15789- weight_ranking: integer
15789+ weight_ranking? : integer
1579015790}
1579115791
1579215792export interface ClusterAllocationExplainNodeDiskUsage {
You can’t perform that action at this time.
0 commit comments