Skip to content

Commit

Permalink
Dup entries
Browse files Browse the repository at this point in the history
  • Loading branch information
kphatak committed May 20, 2023
1 parent 19f05a2 commit ceeb4b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions charts/consul/templates/crd-servicerouters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ spec:
the service from instead of the current namespace. If
empty the current namespace is assumed.
type: string
idleTimeout:
description: IdleTimeout is the total amount of time permitted
for the request stream to be idle.
type: string
numRetries:
description: NumRetries is the number of times to retry
the request when a retryable result occurs
Expand Down
3 changes: 0 additions & 3 deletions control-plane/api/v1alpha1/servicerouter_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ type ServiceRouteDestination struct {
IdleTimeout metav1.Duration `json:"idleTimeout,omitempty"`
// RequestTimeout is the total amount of time permitted for the entire
// downstream request (and retries) to be processed.
IdleTimeout metav1.Duration `json:"idleTimeout,omitempty"`
// IdleTimeout is total amount of time permitted
// for the request stream to be idle.
RequestTimeout metav1.Duration `json:"requestTimeout,omitempty"`
// NumRetries is the number of times to retry the request when a retryable result occurs
NumRetries uint32 `json:"numRetries,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ spec:
the service from instead of the current namespace. If
empty the current namespace is assumed.
type: string
idleTimeout:
description: IdleTimeout is the total amount of time permitted
for the request stream to be idle.
type: string
numRetries:
description: NumRetries is the number of times to retry
the request when a retryable result occurs
Expand Down

0 comments on commit ceeb4b7

Please sign in to comment.