Merge pull request #123548 from Songjoy/fix-code

Delete a stale code comment
This commit is contained in:
Kubernetes Prow Robot
2024-04-18 00:01:10 -07:00
committed by GitHub

View File

@@ -26,8 +26,6 @@ import (
"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.
func (rc *reconciler) readyToUnmount() bool {
// During kubelet startup, all volumes present on disk are added as uncertain to ASW.