mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #44021 from CaoShuFeng/kube-aggregator/apis
Automatic merge from submit-queue add "/apis/" to kube-aggregator apisHandler This makes the following two urls have the same result. https://ip:443/apis https://ip:443/apis/ **Release note**: ```NONE ```
This commit is contained in:
commit
6d8aa2b15f
@ -178,6 +178,7 @@ func (c completedConfig) NewWithDelegate(delegationTarget genericapiserver.Deleg
|
||||
endpointsLister: s.endpointsLister,
|
||||
}
|
||||
s.GenericAPIServer.HandlerContainer.Handle("/apis", apisHandler)
|
||||
s.GenericAPIServer.HandlerContainer.Handle("/apis/", apisHandler)
|
||||
|
||||
apiserviceRegistrationController := NewAPIServiceRegistrationController(informerFactory.Apiregistration().InternalVersion().APIServices(), kubeInformers.Core().V1().Services(), s)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user