fix coding style

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-08-30 04:53:18 +00:00
parent 818d41b394
commit 52f7a51007
2 changed files with 3 additions and 2 deletions

View File

@@ -22,4 +22,5 @@ service:
## for nginx controller, same with controller
deployment:
annotations: {}
replicas: 1
replicas: 1

View File

@@ -105,7 +105,7 @@ type Config struct {
NotificationOptions *notification.Options `json:"notification,omitempty" yaml:"notification,omitempty" mapstructure:"notification"`
KubeEdgeOptions *kubeedge.Options `json:"kubeedge,omitempty" yaml:"kubeedge,omitempty" mapstructure:"kubeedge"`
MeteringOptions *metering.Options `json:"metering,omitempty" yaml:"metering,omitempty" mapstructure:"metering"`
GatewayOptions *gateway.Options `json:"gateway,omitempty" yaml:"router,omitempty" mapstructure:"router"`
GatewayOptions *gateway.Options `json:"gateway,omitempty" yaml:"gateway,omitempty" mapstructure:"gateway"`
}
// newConfig creates a default non-empty Config