mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
fix the bad code comment
This commit is contained in:
parent
8ca1d9f19b
commit
2aeb234c80
@ -59,7 +59,7 @@ type managerImpl struct {
|
|||||||
killPodFunc KillPodFunc
|
killPodFunc KillPodFunc
|
||||||
// the interface that knows how to do image gc
|
// the interface that knows how to do image gc
|
||||||
imageGC ImageGC
|
imageGC ImageGC
|
||||||
// the interface that knows how to do image gc
|
// the interface that knows how to do container gc
|
||||||
containerGC ContainerGC
|
containerGC ContainerGC
|
||||||
// protects access to internal state
|
// protects access to internal state
|
||||||
sync.RWMutex
|
sync.RWMutex
|
||||||
|
Loading…
Reference in New Issue
Block a user