mirror of
https://github.com/containous/traefik.git
synced 2025-10-20 11:33:18 +03:00
Adds the missing circuit-breaker response code for CRD
This commit is contained in:
committed by
GitHub
parent
a6b00608d2
commit
95312d5324
@@ -814,6 +814,10 @@ spec:
|
||||
breaker will try to recover (as soon as it is in recovering
|
||||
state).
|
||||
x-kubernetes-int-or-string: true
|
||||
responseCode:
|
||||
description: ResponseCode is the status code that the circuit
|
||||
breaker will return while it is in the open state.
|
||||
type: integer
|
||||
type: object
|
||||
compress:
|
||||
description: |-
|
||||
|
@@ -172,6 +172,10 @@ spec:
|
||||
breaker will try to recover (as soon as it is in recovering
|
||||
state).
|
||||
x-kubernetes-int-or-string: true
|
||||
responseCode:
|
||||
description: ResponseCode is the status code that the circuit
|
||||
breaker will return while it is in the open state.
|
||||
type: integer
|
||||
type: object
|
||||
compress:
|
||||
description: |-
|
||||
|
Reference in New Issue
Block a user