mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Merge pull request #110655 from Abirdcfly/fixtypo1
typo in comments pkg/kubelet/volumemanager/volume_manager.go
This commit is contained in:
@@ -155,7 +155,7 @@ type VolumeManager interface {
|
||||
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 {
|
||||
ShouldPodContainersBeTerminating(k8stypes.UID) bool
|
||||
ShouldPodRuntimeBeRemoved(k8stypes.UID) bool
|
||||
|
Reference in New Issue
Block a user