Skip to content

Commit 585fa3a

Browse files
authored
Merge pull request kubernetes#78073 from mattjmcnaughton/mattjmcnaughton/fix-housekeeping-typos
Standardize housekeeping capitalization
2 parents 5666982 + c68690c commit 585fa3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/kubelet/kubelet.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ func (kl *Kubelet) syncLoop(updates <-chan kubetypes.PodUpdate, handler SyncHand
18451845
// 1. configCh: a channel to read config events from
18461846
// 2. handler: the SyncHandler to dispatch pods to
18471847
// 3. syncCh: a channel to read periodic sync events from
1848-
// 4. houseKeepingCh: a channel to read housekeeping events from
1848+
// 4. housekeepingCh: a channel to read housekeeping events from
18491849
// 5. plegCh: a channel to read PLEG updates from
18501850
//
18511851
// 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
18671867
// handler callback for the event type
18681868
// * plegCh: update the runtime cache; sync pod
18691869
// * syncCh: sync all pods waiting for sync
1870-
// * houseKeepingCh: trigger cleanup of pods
1870+
// * housekeepingCh: trigger cleanup of pods
18711871
// * liveness manager: sync pods that have failed or in which one or more
18721872
// containers have failed liveness checks
18731873
func (kl *Kubelet) syncLoopIteration(configCh <-chan kubetypes.PodUpdate, handler SyncHandler,

0 commit comments

Comments
 (0)