Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15778,15 +15778,15 @@ export interface ClusterAllocationExplainDiskUsage {
}

export interface ClusterAllocationExplainNodeAllocationExplanation {
deciders: ClusterAllocationExplainAllocationDecision[]
deciders?: ClusterAllocationExplainAllocationDecision[]
node_attributes: Record<string, string>
node_decision: ClusterAllocationExplainDecision
node_id: Id
node_name: Name
roles: NodeRoles
store?: ClusterAllocationExplainAllocationStore
transport_address: TransportAddress
weight_ranking: integer
weight_ranking?: integer
}

export interface ClusterAllocationExplainNodeDiskUsage {
Expand Down