Skip to content

Commit

Permalink
add comment for forking reason to openapi_groupversion.go
Browse files Browse the repository at this point in the history
Signed-off-by: Erhan Cagirici <[email protected]>
  • Loading branch information
erhancagirici committed Sep 17, 2024
1 parent 8752c45 commit 88580c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/kube/client/ssa/cache/extractor/openapi_groupversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ limitations under the License.
/*
This file is forked from upstream kubernetes/client-go
https://github.com/kubernetes/client-go/blob/0b9a7d2f21befcfd98bf2e62ae68ea49d682500d/openapi/groupversion.go
The OpenAPI schema retrieval function Schema() at the upstream interface
openapi.GroupVersion does not accept any context, yet the
implementors do HTTP calls, without propagating the context.
This fork includes a context-accepting variant of the interface
*/

package extractor
Expand Down

0 comments on commit 88580c6

Please sign in to comment.