fix schema for kubeproxyconfig/v1alph1

This commit is contained in:
Chao Xu
2018-06-12 18:01:39 -07:00
parent 7b0ffb8410
commit 72a0dc1122
7 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ KubeProxy:
minSyncPeriod: 0s
syncPeriod: 30s
ipvs:
ExcludeCIDRs: null
excludeCIDRs: null
minSyncPeriod: 0s
scheduler: ""
syncPeriod: 30s

View File

@@ -53,7 +53,7 @@ kubeProxy:
minSyncPeriod: 0s
syncPeriod: 30s
ipvs:
ExcludeCIDRs: null
excludeCIDRs: null
minSyncPeriod: 0s
scheduler: ""
syncPeriod: 30s

View File

@@ -50,7 +50,7 @@ kubeProxy:
minSyncPeriod: 0s
syncPeriod: 30s
ipvs:
ExcludeCIDRs: null
excludeCIDRs: null
minSyncPeriod: 0s
scheduler: ""
syncPeriod: 30s

View File

@@ -54,7 +54,7 @@ kubeProxy:
minSyncPeriod: 0s
syncPeriod: 30s
ipvs:
ExcludeCIDRs: null
excludeCIDRs: null
minSyncPeriod: 0s
scheduler: ""
syncPeriod: 30s

View File

@@ -49,7 +49,7 @@ kubeProxy:
minSyncPeriod: 0s
syncPeriod: 30s
ipvs:
ExcludeCIDRs: null
excludeCIDRs: null
minSyncPeriod: 0s
scheduler: ""
syncPeriod: 30s

View File

@@ -49,7 +49,7 @@ kubeProxy:
minSyncPeriod: 0s
syncPeriod: 30s
ipvs:
ExcludeCIDRs: null
excludeCIDRs: null
minSyncPeriod: 0s
scheduler: ""
syncPeriod: 30s

View File

@@ -65,7 +65,7 @@ type KubeProxyIPVSConfiguration struct {
Scheduler string `json:"scheduler"`
// excludeCIDRs is a list of CIDR's which the ipvs proxier should not touch
// when cleaning up ipvs services.
ExcludeCIDRs []string
ExcludeCIDRs []string `json:"excludeCIDRs"`
}
// KubeProxyConntrackConfiguration contains conntrack settings for