minor changes to make linter happy

This commit is contained in:
Jakub Vavřík
2021-01-28 18:48:40 +01:00
parent ac4d934c86
commit a3dd604264
6 changed files with 19 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ package config
import "github.com/javamachr/gardener-extension-shoot-fleet-agent/pkg/apis/config"
//Holds controller config
type Config struct {
config.FleetAgentConfig
}