mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
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 ```
This commit is contained in:
commit
b68b984917
@ -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 (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user