mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Remove unused NodeRegexp var from master
This commit is contained in:
parent
22e527fe25
commit
e31a08bbc1
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue