We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b2914 commit 63943baCopy full SHA for 63943ba
pkg/api/pod/util.go
@@ -673,7 +673,7 @@ func sysctlsInUse(podSpec *api.PodSpec) bool {
673
return false
674
}
675
676
-// emptyDirSizeLimitInUse returns true if any pod's EptyDir volumes use SizeLimit.
+// emptyDirSizeLimitInUse returns true if any pod's EmptyDir volumes use SizeLimit.
677
func emptyDirSizeLimitInUse(podSpec *api.PodSpec) bool {
678
if podSpec == nil {
679
0 commit comments