Skip to content

Commit

Permalink
Merge pull request kubernetes#1629 from ardaguclu/non-local-openapiv3…
Browse files Browse the repository at this point in the history
…-fix

OCPBUGS-15726: UPSTREAM: 118881: fix openapi/v3 non local apiservices aggregation
  • Loading branch information
openshift-merge-robot authored Jul 14, 2023
2 parents 0abcd84 + f032c2b commit 4aaeaec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func (s *specProxier) AddUpdateAPIService(handler http.Handler, apiservice *v1.A
if apiServiceInfo, ok := s.apiServiceInfo[apiservice.Name]; ok {
apiServiceInfo.apiService = *apiservice
apiServiceInfo.handler = handler
return
}
s.apiServiceInfo[apiservice.Name] = &openAPIV3APIServiceInfo{
apiService: *apiservice,
Expand Down

0 comments on commit 4aaeaec

Please sign in to comment.