Merge pull request #116233 from SergeyKanzhelev/GRPCContainerProbeGA

GRPCContainerProbe is GA
This commit is contained in:
Kubernetes Prow Robot
2023-03-03 15:21:06 -08:00
committed by GitHub
11 changed files with 10 additions and 17 deletions

View File

@@ -24174,7 +24174,7 @@ func schema_k8sio_api_core_v1_Probe(ref common.ReferenceCallback) common.OpenAPI
},
"grpc": {
SchemaProps: spec.SchemaProps{
Description: "GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.",
Description: "GRPC specifies an action involving a GRPC port.",
Ref: ref("k8s.io/api/core/v1.GRPCAction"),
},
},
@@ -24255,7 +24255,7 @@ func schema_k8sio_api_core_v1_ProbeHandler(ref common.ReferenceCallback) common.
},
"grpc": {
SchemaProps: spec.SchemaProps{
Description: "GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.",
Description: "GRPC specifies an action involving a GRPC port.",
Ref: ref("k8s.io/api/core/v1.GRPCAction"),
},
},