Merge pull request #108522 from SergeyKanzhelev/grpcToBeta

promote grpcProbes to beta
This commit is contained in:
Kubernetes Prow Robot
2022-03-23 22:31:05 -07:00
committed by GitHub
12 changed files with 16 additions and 21 deletions

View File

@@ -8968,7 +8968,7 @@
},
"grpc": {
"$ref": "#/definitions/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": "#/definitions/io.k8s.api.core.v1.HTTPGetAction",

View File

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

View File

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

View File

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

View File

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