GRPCContainerProbe is GA

This commit is contained in:
Sergey Kanzhelev
2023-03-02 22:07:59 +00:00
parent 2898a044d9
commit e360de48b2
11 changed files with 10 additions and 17 deletions

View File

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