Remove unused NodeRegexp var from master

This commit is contained in:
nikhiljindal 2015-11-13 15:56:50 -08:00
parent 22e527fe25
commit e31a08bbc1

View File

@ -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