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.
1 parent 1441822 commit 529a5e1Copy full SHA for 529a5e1
scheduler/resource/persistentcache/host.go
@@ -96,10 +96,10 @@ type Host struct {
96
Log *logger.SugaredLoggerOnWith
97
98
// Port is tcp service port.
99
- TCPPort int32
+ DownloadTCPPort int32
100
101
// Port is quic service port.
102
- QUICPort int32
+ DownloadQUICPort int32
103
}
104
105
// CPU contains content for cpu.
scheduler/resource/standard/host.go
@@ -230,10 +230,10 @@ type Host struct {
230
231
232
233
234
235
236
237
238
239
0 commit comments