mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-28 21:13:35 +00:00
typo in comments pkg/kubelet/volumemanager/volume_manager.go
Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
parent
609db7ed0b
commit
984ed7ab94
@ -155,7 +155,7 @@ type VolumeManager interface {
|
|||||||
MarkVolumesAsReportedInUse(volumesReportedAsInUse []v1.UniqueVolumeName)
|
MarkVolumesAsReportedInUse(volumesReportedAsInUse []v1.UniqueVolumeName)
|
||||||
}
|
}
|
||||||
|
|
||||||
// podStateProvider can determine if a pod is is going to be terminated
|
// podStateProvider can determine if a pod is going to be terminated
|
||||||
type podStateProvider interface {
|
type podStateProvider interface {
|
||||||
ShouldPodContainersBeTerminating(k8stypes.UID) bool
|
ShouldPodContainersBeTerminating(k8stypes.UID) bool
|
||||||
ShouldPodRuntimeBeRemoved(k8stypes.UID) bool
|
ShouldPodRuntimeBeRemoved(k8stypes.UID) bool
|
||||||
|
Loading…
Reference in New Issue
Block a user