Typo fix: EptyDir -> EmptyDir

Signed-off-by: 朱正浩,Zhu Zhenghao <zhenghao.zhu@daocloud.io>
This commit is contained in:
朱正浩,Zhu Zhenghao 2019-08-26 14:09:04 +08:00
parent 36b2914207
commit 63943ba5b4

View File

@ -673,7 +673,7 @@ func sysctlsInUse(podSpec *api.PodSpec) bool {
return false
}
// emptyDirSizeLimitInUse returns true if any pod's EptyDir volumes use SizeLimit.
// emptyDirSizeLimitInUse returns true if any pod's EmptyDir volumes use SizeLimit.
func emptyDirSizeLimitInUse(podSpec *api.PodSpec) bool {
if podSpec == nil {
return false