comment fix: SCTPSupport beta since 1.19; VolumeSubpath GA since 1.10

Signed-off-by: pacoxu <paco.xu@daocloud.io>
This commit is contained in:
Paco Xu 2021-02-18 16:00:58 +08:00 committed by pacoxu
parent 5bb03db026
commit badc05b764

View File

@ -221,7 +221,7 @@ const (
RunAsGroup featuregate.Feature = "RunAsGroup" RunAsGroup featuregate.Feature = "RunAsGroup"
// owner: @saad-ali // owner: @saad-ali
// ga // ga: v1.10
// //
// Allow mounting a subpath of a volume in a container // Allow mounting a subpath of a volume in a container
// Do not remove this feature gate even though it's GA // Do not remove this feature gate even though it's GA
@ -298,7 +298,7 @@ const (
// owner: @janosi // owner: @janosi
// alpha: v1.12 // alpha: v1.12
// beta: v1.18 // beta: v1.19
// GA: v1.20 // GA: v1.20
// //
// Enables SCTP as new protocol for Service ports, NetworkPolicy, and ContainerPort in Pod/Containers definition // Enables SCTP as new protocol for Service ports, NetworkPolicy, and ContainerPort in Pod/Containers definition