Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 13f80d3

Browse files
author
nginx-bot
committed
🔄 Synced file(s) with nginxinc/kubernetes-ingress
1 parent 88d7253 commit 13f80d3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config/crd/kic/k8s.nginx.org_virtualserverroutes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,10 @@ spec:
491491
type: boolean
492492
fails:
493493
type: integer
494+
grpcService:
495+
type: string
496+
grpcStatus:
497+
type: integer
494498
headers:
495499
type: array
496500
items:

config/crd/kic/k8s.nginx.org_virtualservers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,10 @@ spec:
521521
type: boolean
522522
fails:
523523
type: integer
524+
grpcService:
525+
type: string
526+
grpcStatus:
527+
type: integer
524528
headers:
525529
type: array
526530
items:

0 commit comments

Comments
 (0)