config: add support for http3 advertise port (#5466)

This commit is contained in:
Caleb Doxsey 2025-02-03 13:58:57 -07:00 committed by GitHub
parent 2754d20a2d
commit 1e9a09269b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 309 additions and 219 deletions

View file

@ -22,6 +22,7 @@ import (
type MockRegistryClient struct {
ctrl *gomock.Controller
recorder *MockRegistryClientMockRecorder
isgomock struct{}
}
// MockRegistryClientMockRecorder is the mock recorder for MockRegistryClient.
@ -105,6 +106,7 @@ func (mr *MockRegistryClientMockRecorder) Watch(ctx, in any, opts ...any) *gomoc
type MockRegistryServer struct {
ctrl *gomock.Controller
recorder *MockRegistryServerMockRecorder
isgomock struct{}
}
// MockRegistryServerMockRecorder is the mock recorder for MockRegistryServer.
@ -172,6 +174,7 @@ func (mr *MockRegistryServerMockRecorder) Watch(arg0, arg1 any) *gomock.Call {
type MockUnsafeRegistryServer struct {
ctrl *gomock.Controller
recorder *MockUnsafeRegistryServerMockRecorder
isgomock struct{}
}
// MockUnsafeRegistryServerMockRecorder is the mock recorder for MockUnsafeRegistryServer.