mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
fix typo
This commit is contained in:
parent
e59ae29fbc
commit
0c77bcd3ea
@ -51,7 +51,7 @@ func NewCustomResourceDefinitionsServerOptions(out, errOut io.Writer) *CustomRes
|
|||||||
StdErr: errOut,
|
StdErr: errOut,
|
||||||
}
|
}
|
||||||
|
|
||||||
// the shared informer is not needed for kube-aggregator. Disable the kubeconfig flag and the client creation.
|
// the shared informer is not needed for apiextentions apiserver. Disable the kubeconfig flag and the client creation.
|
||||||
o.RecommendedOptions.CoreAPI = nil
|
o.RecommendedOptions.CoreAPI = nil
|
||||||
|
|
||||||
return o
|
return o
|
||||||
|
Loading…
Reference in New Issue
Block a user