Skip to content

Commit

Permalink
add default to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guydc committed Jan 29, 2024
1 parent 60a53f6 commit cddd4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/circuitbreaker_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type CircuitBreaker struct {
MaxParallelRequests *int64 `json:"maxParallelRequests,omitempty"`

// The maximum number of requests that Envoy will make over a single connection to the referenced backend defined within a xRoute rule.
// Default: unlimited.
//
// +kubebuilder:validation:Minimum=0
// +kubebuilder:validation:Maximum=4294967295
Expand Down

0 comments on commit cddd4e6

Please sign in to comment.