mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 14:16:26 +00:00
fix schema for kubeproxyconfig/v1alph1
This commit is contained in:
@@ -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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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:
|
|||||||
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 {
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user