mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
fix typo in staging/src/k8s.io/apiserver/pkg/server/config.go
This commit is contained in:
parent
1bc56825a2
commit
1382d2f6e8
@ -74,7 +74,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Config is a structure used to configure a GenericAPIServer.
|
// Config is a structure used to configure a GenericAPIServer.
|
||||||
// It's members are sorted roughly in order of importance for composers.
|
// Its members are sorted roughly in order of importance for composers.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
// SecureServingInfo is required to serve https
|
// SecureServingInfo is required to serve https
|
||||||
SecureServingInfo *SecureServingInfo
|
SecureServingInfo *SecureServingInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user