Commit 72a0dc11 authored by Chao Xu's avatar Chao Xu

fix schema for kubeproxyconfig/v1alph1

parent 7b0ffb84
...@@ -64,7 +64,7 @@ KubeProxy: ...@@ -64,7 +64,7 @@ KubeProxy:
minSyncPeriod: 0s minSyncPeriod: 0s
syncPeriod: 30s syncPeriod: 30s
ipvs: ipvs:
ExcludeCIDRs: null excludeCIDRs: null
minSyncPeriod: 0s minSyncPeriod: 0s
scheduler: "" scheduler: ""
syncPeriod: 30s syncPeriod: 30s
......
...@@ -53,7 +53,7 @@ kubeProxy: ...@@ -53,7 +53,7 @@ kubeProxy:
minSyncPeriod: 0s minSyncPeriod: 0s
syncPeriod: 30s syncPeriod: 30s
ipvs: ipvs:
ExcludeCIDRs: null excludeCIDRs: null
minSyncPeriod: 0s minSyncPeriod: 0s
scheduler: "" scheduler: ""
syncPeriod: 30s syncPeriod: 30s
......
...@@ -50,7 +50,7 @@ kubeProxy: ...@@ -50,7 +50,7 @@ kubeProxy:
minSyncPeriod: 0s minSyncPeriod: 0s
syncPeriod: 30s syncPeriod: 30s
ipvs: ipvs:
ExcludeCIDRs: null excludeCIDRs: null
minSyncPeriod: 0s minSyncPeriod: 0s
scheduler: "" scheduler: ""
syncPeriod: 30s syncPeriod: 30s
......
...@@ -54,7 +54,7 @@ kubeProxy: ...@@ -54,7 +54,7 @@ kubeProxy:
minSyncPeriod: 0s minSyncPeriod: 0s
syncPeriod: 30s syncPeriod: 30s
ipvs: ipvs:
ExcludeCIDRs: null excludeCIDRs: null
minSyncPeriod: 0s minSyncPeriod: 0s
scheduler: "" scheduler: ""
syncPeriod: 30s syncPeriod: 30s
......
...@@ -49,7 +49,7 @@ kubeProxy: ...@@ -49,7 +49,7 @@ kubeProxy:
minSyncPeriod: 0s minSyncPeriod: 0s
syncPeriod: 30s syncPeriod: 30s
ipvs: ipvs:
ExcludeCIDRs: null excludeCIDRs: null
minSyncPeriod: 0s minSyncPeriod: 0s
scheduler: "" scheduler: ""
syncPeriod: 30s syncPeriod: 30s
......
...@@ -49,7 +49,7 @@ kubeProxy: ...@@ -49,7 +49,7 @@ kubeProxy:
minSyncPeriod: 0s minSyncPeriod: 0s
syncPeriod: 30s syncPeriod: 30s
ipvs: ipvs:
ExcludeCIDRs: null excludeCIDRs: null
minSyncPeriod: 0s minSyncPeriod: 0s
scheduler: "" scheduler: ""
syncPeriod: 30s syncPeriod: 30s
......
...@@ -65,7 +65,7 @@ type KubeProxyIPVSConfiguration struct { ...@@ -65,7 +65,7 @@ type KubeProxyIPVSConfiguration struct {
Scheduler string `json:"scheduler"` Scheduler string `json:"scheduler"`
// excludeCIDRs is a list of CIDR's which the ipvs proxier should not touch // excludeCIDRs is a list of CIDR's which the ipvs proxier should not touch
// when cleaning up ipvs services. // when cleaning up ipvs services.
ExcludeCIDRs []string ExcludeCIDRs []string `json:"excludeCIDRs"`
} }
// KubeProxyConntrackConfiguration contains conntrack settings for // KubeProxyConntrackConfiguration contains conntrack settings for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment