Skip to content

Commit

Permalink
feat: rename retry-strategy MaxAttempts to MaxRetries (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
clample committed Sep 1, 2023
1 parent fde743b commit a75fba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ type SSLCertificates struct {
type RetryStrategy struct {
Type string `json:"type"`
BaseBackoffSeconds int `json:"baseBackoffSeconds"`
MaxAttempts int `json:"maxAttempts"`
MaxRetries int `json:"maxRetries"`
MaxDurationSeconds int `json:"maxDurationSeconds"`
SameRegion bool `json:"sameRegion"`
}
Expand Down

0 comments on commit a75fba5

Please sign in to comment.