var (
// GardenScheme is the scheme used in the Garden cluster. GardenScheme = runtime.NewScheme()
// SeedScheme is the scheme used in the Seed cluster. SeedScheme = runtime.NewScheme()
// ShootScheme is the scheme used in the Shoot cluster. ShootScheme = runtime.NewScheme()
)