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
585fa3ac
Unverified
Commit
585fa3ac
authored
May 22, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
May 22, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #78073 from mattjmcnaughton/mattjmcnaughton/fix-housekeeping-typos
Standardize housekeeping capitalization
parents
5666982b
c68690c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kubelet.go
pkg/kubelet/kubelet.go
+2
-2
No files found.
pkg/kubelet/kubelet.go
View file @
585fa3ac
...
@@ -1845,7 +1845,7 @@ func (kl *Kubelet) syncLoop(updates <-chan kubetypes.PodUpdate, handler SyncHand
...
@@ -1845,7 +1845,7 @@ func (kl *Kubelet) syncLoop(updates <-chan kubetypes.PodUpdate, handler SyncHand
// 1. configCh: a channel to read config events from
// 1. configCh: a channel to read config events from
// 2. handler: the SyncHandler to dispatch pods to
// 2. handler: the SyncHandler to dispatch pods to
// 3. syncCh: a channel to read periodic sync events from
// 3. syncCh: a channel to read periodic sync events from
// 4. house
K
eepingCh: a channel to read housekeeping events from
// 4. house
k
eepingCh: a channel to read housekeeping events from
// 5. plegCh: a channel to read PLEG updates from
// 5. plegCh: a channel to read PLEG updates from
//
//
// Events are also read from the kubelet liveness manager's update channel.
// Events are also read from the kubelet liveness manager's update channel.
...
@@ -1867,7 +1867,7 @@ func (kl *Kubelet) syncLoop(updates <-chan kubetypes.PodUpdate, handler SyncHand
...
@@ -1867,7 +1867,7 @@ func (kl *Kubelet) syncLoop(updates <-chan kubetypes.PodUpdate, handler SyncHand
// handler callback for the event type
// handler callback for the event type
// * plegCh: update the runtime cache; sync pod
// * plegCh: update the runtime cache; sync pod
// * syncCh: sync all pods waiting for sync
// * syncCh: sync all pods waiting for sync
// * house
K
eepingCh: trigger cleanup of pods
// * house
k
eepingCh: trigger cleanup of pods
// * liveness manager: sync pods that have failed or in which one or more
// * liveness manager: sync pods that have failed or in which one or more
// containers have failed liveness checks
// containers have failed liveness checks
func
(
kl
*
Kubelet
)
syncLoopIteration
(
configCh
<-
chan
kubetypes
.
PodUpdate
,
handler
SyncHandler
,
func
(
kl
*
Kubelet
)
syncLoopIteration
(
configCh
<-
chan
kubetypes
.
PodUpdate
,
handler
SyncHandler
,
...
...
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