mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Merge pull request #108522 from SergeyKanzhelev/grpcToBeta
promote grpcProbes to beta
This commit is contained in:
@@ -4635,7 +4635,7 @@
|
||||
},
|
||||
"grpc": {
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.GRPCAction",
|
||||
"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."
|
||||
},
|
||||
"httpGet": {
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.HTTPGetAction",
|
||||
|
||||
@@ -3166,7 +3166,7 @@
|
||||
},
|
||||
"grpc": {
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.GRPCAction",
|
||||
"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."
|
||||
},
|
||||
"httpGet": {
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.HTTPGetAction",
|
||||
|
||||
@@ -2392,7 +2392,7 @@
|
||||
},
|
||||
"grpc": {
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.GRPCAction",
|
||||
"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."
|
||||
},
|
||||
"httpGet": {
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.HTTPGetAction",
|
||||
|
||||
@@ -2199,7 +2199,7 @@
|
||||
},
|
||||
"grpc": {
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.GRPCAction",
|
||||
"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."
|
||||
},
|
||||
"httpGet": {
|
||||
"$ref": "#/components/schemas/io.k8s.api.core.v1.HTTPGetAction",
|
||||
|
||||
Reference in New Issue
Block a user