add comment

This commit is contained in:
lijinhui 2021-09-14 17:31:51 +08:00
parent 8037c0fa94
commit 4e871973b8

View File

@ -131,6 +131,7 @@ func IngressPathType(pathType networkingv1.PathType) *networkingv1.PathType {
return &pathType
}
// IsHighVersion -
func IsHighVersion() bool {
return GetKubeVersion().AtLeast(utilversion.MustParseSemantic("v1.19.0"))
}