mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-03-22 09:09:42 +01:00
7 lines
206 B
Go
7 lines
206 B
Go
// Package config that holds config api
|
|
// +k8s:deepcopy-gen=package
|
|
// +groupName="shoot-fleet-agent-service.extensions.config.gardener.cloud"
|
|
|
|
//go:generate ../../../hack/update-codegen.sh
|
|
package config
|