Commit b68b9849 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #50758 from jianglingxia/jlx081656

Automatic merge from submit-queue (batch tested with PRs 50758, 48057) continue fix the typo in staging file **What this PR does / why we need it**: in kubernetes has left two place to modify the word of explicit,thanks **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50680 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 04a64810 9eed07c6
...@@ -52,7 +52,7 @@ import ( ...@@ -52,7 +52,7 @@ import (
) )
// crdHandler serves the `/apis` endpoint. // crdHandler serves the `/apis` endpoint.
// This is registered as a filter so that it never collides with any explictly registered endpoints // This is registered as a filter so that it never collides with any explicitly registered endpoints
type crdHandler struct { type crdHandler struct {
versionDiscoveryHandler *versionDiscoveryHandler versionDiscoveryHandler *versionDiscoveryHandler
groupDiscoveryHandler *groupDiscoveryHandler groupDiscoveryHandler *groupDiscoveryHandler
......
...@@ -34,7 +34,7 @@ import ( ...@@ -34,7 +34,7 @@ import (
) )
// apisHandler serves the `/apis` endpoint. // apisHandler serves the `/apis` endpoint.
// This is registered as a filter so that it never collides with any explictly registered endpoints // This is registered as a filter so that it never collides with any explicitly registered endpoints
type apisHandler struct { type apisHandler struct {
codecs serializer.CodecFactory codecs serializer.CodecFactory
lister listers.APIServiceLister lister listers.APIServiceLister
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment