Skip to content

Commit a75fba5

Browse files
authored
feat: rename retry-strategy MaxAttempts to MaxRetries (#114)
1 parent fde743b commit a75fba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ type SSLCertificates struct {
600600
type RetryStrategy struct {
601601
Type string `json:"type"`
602602
BaseBackoffSeconds int `json:"baseBackoffSeconds"`
603-
MaxAttempts int `json:"maxAttempts"`
603+
MaxRetries int `json:"maxRetries"`
604604
MaxDurationSeconds int `json:"maxDurationSeconds"`
605605
SameRegion bool `json:"sameRegion"`
606606
}

0 commit comments

Comments
 (0)