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.
2 parents fc0bf06 + e5ad39f commit 709a0c4Copy full SHA for 709a0c4
pkg/controller/endpointslice/metrics/cache.go
@@ -71,7 +71,7 @@ func NewServicePortCache() *ServicePortCache {
71
}
72
73
74
-// Set updates the the ServicePortCache to contain the provided EfficiencyInfo
+// Set updates the ServicePortCache to contain the provided EfficiencyInfo
75
// for the provided PortMapKey.
76
func (spc *ServicePortCache) Set(pmKey endpointutil.PortMapKey, eInfo EfficiencyInfo) {
77
spc.items[pmKey] = eInfo
0 commit comments