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.
2 parents 7e060ee + 63943ba commit afe8543Copy full SHA for afe8543
pkg/api/pod/util.go
@@ -681,7 +681,7 @@ func sysctlsInUse(podSpec *api.PodSpec) bool {
681
return false
682
}
683
684
-// emptyDirSizeLimitInUse returns true if any pod's EptyDir volumes use SizeLimit.
+// emptyDirSizeLimitInUse returns true if any pod's EmptyDir volumes use SizeLimit.
685
func emptyDirSizeLimitInUse(podSpec *api.PodSpec) bool {
686
if podSpec == nil {
687
0 commit comments