Merge pull request #110655 from Abirdcfly/fixtypo1

typo in comments pkg/kubelet/volumemanager/volume_manager.go
This commit is contained in:
Kubernetes Prow Robot 2022-06-20 16:01:42 -07:00 committed by GitHub
commit 02462739ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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