From e31a08bbc178c2a97b5fc5e26625ecc6df1e4fcd Mon Sep 17 00:00:00 2001 From: nikhiljindal Date: Fri, 13 Nov 2015 15:56:50 -0800 Subject: [PATCH] Remove unused NodeRegexp var from master --- pkg/master/master.go | 1 - 1 file changed, 1 deletion(-) 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