mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-03-11 21:05:43 +01:00
9 lines
182 B
Go
9 lines
182 B
Go
package config
|
|
|
|
import "github.com/ysoftdevs/gardener-extension-shoot-fleet-agent/pkg/apis/config"
|
|
|
|
// Config holds controller config
|
|
type Config struct {
|
|
config.FleetAgentConfig
|
|
}
|