promote grpcProbes to beta

This commit is contained in:
Sergey Kanzhelev
2022-03-04 17:29:41 +00:00
parent a330194601
commit 792a37e2f1
12 changed files with 16 additions and 21 deletions

View File

@@ -2243,7 +2243,7 @@ type ProbeHandler struct {
TCPSocket *TCPSocketAction
// GRPC specifies an action involving a GRPC port.
// This is an alpha field and requires enabling GRPCContainerProbe feature gate.
// This is a beta field and requires enabling GRPCContainerProbe feature gate.
// +featureGate=GRPCContainerProbe
// +optional
GRPC *GRPCAction