Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
update Contour CRDs (#461)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss authored Oct 25, 2021
1 parent 561de0a commit 8439647
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions config/crd/contour/01-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2932,10 +2932,13 @@ spec:
description: The retry policy for this route.
properties:
count:
default: 1
description: NumRetries is maximum allowed number of retries.
If not supplied, the number of retries is one.
If set to -1, then retries are disabled. If set to 0 or
not supplied, the value is set to the Envoy default of
1.
format: int64
minimum: 0
minimum: -1
type: integer
perTryTimeout:
description: PerTryTimeout specifies the timeout per retry
Expand Down Expand Up @@ -3899,6 +3902,9 @@ spec:
type: object
type: object
status:
default:
currentStatus: NotReconciled
description: Waiting for controller
description: Status is a container for computed information about the
HTTPProxy.
properties:
Expand Down
10 changes: 8 additions & 2 deletions examples/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4510,10 +4510,13 @@ spec:
description: The retry policy for this route.
properties:
count:
default: 1
description: NumRetries is maximum allowed number of retries.
If not supplied, the number of retries is one.
If set to -1, then retries are disabled. If set to 0 or
not supplied, the value is set to the Envoy default of
1.
format: int64
minimum: 0
minimum: -1
type: integer
perTryTimeout:
description: PerTryTimeout specifies the timeout per retry
Expand Down Expand Up @@ -5477,6 +5480,9 @@ spec:
type: object
type: object
status:
default:
currentStatus: NotReconciled
description: Waiting for controller
description: Status is a container for computed information about the
HTTPProxy.
properties:
Expand Down

0 comments on commit 8439647

Please sign in to comment.