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
2 changes: 1 addition & 1 deletion pkg/apis/node/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ type TopologyZone struct {
Siblings []Sibling `json:"siblings,omitempty" patchStrategy:"merge" patchMergeKey:"name"`
}

// TopologyAllocation is the map of topology type to map of zone name to zone allocation
// TopologyAllocation is the map of topology type to map of zone name to zone allocation.
// This is used in QRM for reporting the allocations of containers through pod annotations, and it will be used by kubelet.
type TopologyAllocation map[TopologyType]map[string]ZoneAllocation

Expand Down
Loading