Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
72a0dc11
Commit
72a0dc11
authored
Jun 12, 2018
by
Chao Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix schema for kubeproxyconfig/v1alph1
parent
7b0ffb84
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
internal.yaml
.../app/util/config/testdata/conversion/master/internal.yaml
+1
-1
v1alpha1.yaml
.../app/util/config/testdata/conversion/master/v1alpha1.yaml
+1
-1
v1alpha1_without_TypeMeta.yaml
...testdata/conversion/master/v1alpha1_without_TypeMeta.yaml
+1
-1
v1alpha2.yaml
.../app/util/config/testdata/conversion/master/v1alpha2.yaml
+1
-1
defaulted.yaml
...app/util/config/testdata/defaulting/master/defaulted.yaml
+1
-1
after.yaml
...eadm/app/util/config/testdata/v1alpha1_upgrade/after.yaml
+1
-1
types.go
pkg/proxy/apis/kubeproxyconfig/v1alpha1/types.go
+1
-1
No files found.
cmd/kubeadm/app/util/config/testdata/conversion/master/internal.yaml
View file @
72a0dc11
...
@@ -64,7 +64,7 @@ KubeProxy:
...
@@ -64,7 +64,7 @@ KubeProxy:
minSyncPeriod
:
0s
minSyncPeriod
:
0s
syncPeriod
:
30s
syncPeriod
:
30s
ipvs
:
ipvs
:
E
xcludeCIDRs
:
null
e
xcludeCIDRs
:
null
minSyncPeriod
:
0s
minSyncPeriod
:
0s
scheduler
:
"
"
scheduler
:
"
"
syncPeriod
:
30s
syncPeriod
:
30s
...
...
cmd/kubeadm/app/util/config/testdata/conversion/master/v1alpha1.yaml
View file @
72a0dc11
...
@@ -53,7 +53,7 @@ kubeProxy:
...
@@ -53,7 +53,7 @@ kubeProxy:
minSyncPeriod
:
0s
minSyncPeriod
:
0s
syncPeriod
:
30s
syncPeriod
:
30s
ipvs
:
ipvs
:
E
xcludeCIDRs
:
null
e
xcludeCIDRs
:
null
minSyncPeriod
:
0s
minSyncPeriod
:
0s
scheduler
:
"
"
scheduler
:
"
"
syncPeriod
:
30s
syncPeriod
:
30s
...
...
cmd/kubeadm/app/util/config/testdata/conversion/master/v1alpha1_without_TypeMeta.yaml
View file @
72a0dc11
...
@@ -50,7 +50,7 @@ kubeProxy:
...
@@ -50,7 +50,7 @@ kubeProxy:
minSyncPeriod
:
0s
minSyncPeriod
:
0s
syncPeriod
:
30s
syncPeriod
:
30s
ipvs
:
ipvs
:
E
xcludeCIDRs
:
null
e
xcludeCIDRs
:
null
minSyncPeriod
:
0s
minSyncPeriod
:
0s
scheduler
:
"
"
scheduler
:
"
"
syncPeriod
:
30s
syncPeriod
:
30s
...
...
cmd/kubeadm/app/util/config/testdata/conversion/master/v1alpha2.yaml
View file @
72a0dc11
...
@@ -54,7 +54,7 @@ kubeProxy:
...
@@ -54,7 +54,7 @@ kubeProxy:
minSyncPeriod
:
0s
minSyncPeriod
:
0s
syncPeriod
:
30s
syncPeriod
:
30s
ipvs
:
ipvs
:
E
xcludeCIDRs
:
null
e
xcludeCIDRs
:
null
minSyncPeriod
:
0s
minSyncPeriod
:
0s
scheduler
:
"
"
scheduler
:
"
"
syncPeriod
:
30s
syncPeriod
:
30s
...
...
cmd/kubeadm/app/util/config/testdata/defaulting/master/defaulted.yaml
View file @
72a0dc11
...
@@ -49,7 +49,7 @@ kubeProxy:
...
@@ -49,7 +49,7 @@ kubeProxy:
minSyncPeriod
:
0s
minSyncPeriod
:
0s
syncPeriod
:
30s
syncPeriod
:
30s
ipvs
:
ipvs
:
E
xcludeCIDRs
:
null
e
xcludeCIDRs
:
null
minSyncPeriod
:
0s
minSyncPeriod
:
0s
scheduler
:
"
"
scheduler
:
"
"
syncPeriod
:
30s
syncPeriod
:
30s
...
...
cmd/kubeadm/app/util/config/testdata/v1alpha1_upgrade/after.yaml
View file @
72a0dc11
...
@@ -49,7 +49,7 @@ kubeProxy:
...
@@ -49,7 +49,7 @@ kubeProxy:
minSyncPeriod
:
0s
minSyncPeriod
:
0s
syncPeriod
:
30s
syncPeriod
:
30s
ipvs
:
ipvs
:
E
xcludeCIDRs
:
null
e
xcludeCIDRs
:
null
minSyncPeriod
:
0s
minSyncPeriod
:
0s
scheduler
:
"
"
scheduler
:
"
"
syncPeriod
:
30s
syncPeriod
:
30s
...
...
pkg/proxy/apis/kubeproxyconfig/v1alpha1/types.go
View file @
72a0dc11
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment