From a035160e851e6bb78e3edb8bf7ad517b65c8dd73 Mon Sep 17 00:00:00 2001 From: "justin.cheng" Date: Tue, 7 Apr 2026 18:06:15 +0800 Subject: [PATCH] chore: fix comments --- pkg/apis/node/v1alpha1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/node/v1alpha1/types.go b/pkg/apis/node/v1alpha1/types.go index 1378fd5..b506301 100644 --- a/pkg/apis/node/v1alpha1/types.go +++ b/pkg/apis/node/v1alpha1/types.go @@ -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