Fix gofmt errors
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
2bb2d9ef15
commit
78a7dedbad
4 changed files with 5 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ const (
|
|||
|
||||
// Configuration represents the content of nginx.conf file
|
||||
type Configuration struct {
|
||||
defaults.Backend `json:",squash"`
|
||||
defaults.Backend
|
||||
|
||||
// AllowSnippetAnnotations enable users to add their own snippets via ingress annotation.
|
||||
// If disabled, only snippets added via ConfigMap are added to ingress.
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ type NGINXController struct {
|
|||
|
||||
store store.Storer
|
||||
|
||||
metricCollector metric.Collector
|
||||
metricCollector metric.Collector
|
||||
|
||||
validationWebhookServer *http.Server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue