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
dddc6cb6
Commit
dddc6cb6
authored
Apr 21, 2016
by
goltermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few spellings.
parent
e73606b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
proxier.go
pkg/proxy/iptables/proxier.go
+1
-1
protobuf.go
pkg/runtime/serializer/protobuf/protobuf.go
+1
-1
perf_util.go
test/e2e/framework/perf_util.go
+1
-1
No files found.
pkg/proxy/iptables/proxier.go
View file @
dddc6cb6
...
@@ -620,7 +620,7 @@ func (proxier *Proxier) deleteServiceConnections(svcIPs []string) {
...
@@ -620,7 +620,7 @@ func (proxier *Proxier) deleteServiceConnections(svcIPs []string) {
}
}
}
}
//execConntrackTool executes conntrack tool using given paramters
//execConntrackTool executes conntrack tool using given param
e
ters
func
(
proxier
*
Proxier
)
execConntrackTool
(
parameters
...
string
)
error
{
func
(
proxier
*
Proxier
)
execConntrackTool
(
parameters
...
string
)
error
{
conntrackPath
,
err
:=
proxier
.
exec
.
LookPath
(
"conntrack"
)
conntrackPath
,
err
:=
proxier
.
exec
.
LookPath
(
"conntrack"
)
if
err
!=
nil
{
if
err
!=
nil
{
...
...
pkg/runtime/serializer/protobuf/protobuf.go
View file @
dddc6cb6
...
@@ -31,7 +31,7 @@ import (
...
@@ -31,7 +31,7 @@ import (
var
(
var
(
// protoEncodingPrefix serves as a magic number for an encoded protobuf message on this serializer. All
// protoEncodingPrefix serves as a magic number for an encoded protobuf message on this serializer. All
// proto messages serialized by this schema will be prece
ed
ed by the bytes 0x6b 0x38 0x73, with the fourth
// proto messages serialized by this schema will be prece
de
ed by the bytes 0x6b 0x38 0x73, with the fourth
// byte being reserved for the encoding style. The only encoding style defined is 0x00, which means that
// byte being reserved for the encoding style. The only encoding style defined is 0x00, which means that
// the rest of the byte stream is a message of type k8s.io.kubernetes.pkg.runtime.Unknown (proto2).
// the rest of the byte stream is a message of type k8s.io.kubernetes.pkg.runtime.Unknown (proto2).
//
//
...
...
test/e2e/framework/perf_util.go
View file @
dddc6cb6
...
@@ -22,7 +22,7 @@ import (
...
@@ -22,7 +22,7 @@ import (
"k8s.io/kubernetes/test/e2e/perftype"
"k8s.io/kubernetes/test/e2e/perftype"
)
)
// TODO(random-liu): Change the tests to actually use PerfData from the begining instead of
// TODO(random-liu): Change the tests to actually use PerfData from the begin
n
ing instead of
// translating one to the other here.
// translating one to the other here.
// ApiCallToPerfData transforms APIResponsiveness to PerfData.
// ApiCallToPerfData transforms APIResponsiveness to PerfData.
...
...
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