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

Commit 9f8034a

Browse files
author
nginx-bot
committed
🔄 Synced file(s) with nginxinc/kubernetes-ingress
1 parent 701ff62 commit 9f8034a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ spec:
137137
type: integer
138138
type:
139139
type: string
140+
dos:
141+
type: string
140142
errorPages:
141143
type: array
142144
items:
@@ -509,10 +511,14 @@ spec:
509511
type: string
510512
jitter:
511513
type: string
514+
mandatory:
515+
type: boolean
512516
passes:
513517
type: integer
514518
path:
515519
type: string
520+
persistent:
521+
type: boolean
516522
port:
517523
type: integer
518524
read-timeout:

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

+8
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ spec:
5151
description: VirtualServerSpec is the spec of the VirtualServer resource.
5252
type: object
5353
properties:
54+
dos:
55+
type: string
5456
host:
5557
type: string
5658
http-snippets:
@@ -149,6 +151,8 @@ spec:
149151
type: integer
150152
type:
151153
type: string
154+
dos:
155+
type: string
152156
errorPages:
153157
type: array
154158
items:
@@ -539,10 +543,14 @@ spec:
539543
type: string
540544
jitter:
541545
type: string
546+
mandatory:
547+
type: boolean
542548
passes:
543549
type: integer
544550
path:
545551
type: string
552+
persistent:
553+
type: boolean
546554
port:
547555
type: integer
548556
read-timeout:

0 commit comments

Comments
 (0)