fix gofmt errors
parent
2b88806330
commit
084eeaff66
|
@ -29,8 +29,8 @@ import (
|
|||
|
||||
// APIServerPort is the port that the API server should listen on.
|
||||
const (
|
||||
APIServerPort = 8443
|
||||
APIServerName = "minikubeCA"
|
||||
APIServerPort = 8443
|
||||
APIServerName = "minikubeCA"
|
||||
ClusterDNSDomain = "cluster.local"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue