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

@@ -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"),
},
},