diff --git a/pkg/master/master.go b/pkg/master/master.go index d64f0e7e166..93c7a0da5d0 100644 --- a/pkg/master/master.go +++ b/pkg/master/master.go @@ -182,7 +182,6 @@ type Config struct { // StorageVersions is a map between groups and their storage versions StorageVersions map[string]string EventTTL time.Duration - NodeRegexp string KubeletClient client.KubeletClient // allow downstream consumers to disable the core controller loops EnableCoreControllers bool