mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
Merge pull request #108522 from SergeyKanzhelev/grpcToBeta
promote grpcProbes to beta
This commit is contained in:
4
pkg/generated/openapi/zz_generated.openapi.go
generated
4
pkg/generated/openapi/zz_generated.openapi.go
generated
@@ -22631,7 +22631,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 an alpha field and requires enabling GRPCContainerProbe feature gate.",
|
||||
Description: "GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.",
|
||||
Ref: ref("k8s.io/api/core/v1.GRPCAction"),
|
||||
},
|
||||
},
|
||||
@@ -22712,7 +22712,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 an alpha field and requires enabling GRPCContainerProbe feature gate.",
|
||||
Description: "GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.",
|
||||
Ref: ref("k8s.io/api/core/v1.GRPCAction"),
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user