mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #123548 from Songjoy/fix-code
Delete a stale code comment
This commit is contained in:
commit
da6be3b718
@ -26,8 +26,6 @@ import (
|
|||||||
"k8s.io/kubernetes/pkg/volume/util/operationexecutor"
|
"k8s.io/kubernetes/pkg/volume/util/operationexecutor"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TODO: move to reconstruct.go and remove old code there.
|
|
||||||
|
|
||||||
// readyToUnmount returns true when reconciler can start unmounting volumes.
|
// readyToUnmount returns true when reconciler can start unmounting volumes.
|
||||||
func (rc *reconciler) readyToUnmount() bool {
|
func (rc *reconciler) readyToUnmount() bool {
|
||||||
// During kubelet startup, all volumes present on disk are added as uncertain to ASW.
|
// During kubelet startup, all volumes present on disk are added as uncertain to ASW.
|
||||||
|
Loading…
Reference in New Issue
Block a user