Skip to content

Commit

Permalink
UPSTREAM: 118881: fix openapi/v3 non local apiservices aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaguclu committed Jul 10, 2023
1 parent af29f64 commit f032c2b
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 f032c2b

Please sign in to comment.