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,4 +2,5 @@
// +groupName="shoot-fleet-agent-service.extensions.config.gardener.cloud"
//go:generate ../../../hack/update-codegen.sh
//Package config that holds config api
package config

View File

@@ -13,7 +13,9 @@ import (
)
var (
Codec runtime.Codec
//codec used to encode
Codec runtime.Codec
//scheme to register
Scheme *runtime.Scheme
)