Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mimowo committed Nov 21, 2023
1 parent cde3c0e commit 1afa809
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions keps/1136-provisioning-request-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,26 +153,6 @@ type ProvisioningRequestConfigSpec struct {
// +listType=set
// +kubebuilder:validation:MaxItems=100
ManagedResources []corev1.ResourceName `json:"managedResources,omitempty"`

// RetryConfig defines the retry configuration for a provisioning request
//
// +optional
RetryConfig *ProvisioningRequestRetryConfig `json:"retryConfig,omitempty"`
}

// ProvisioningRequestRetryConfig defines the retry configuration for the provisioning requests
type ProvisioningRequestRetryConfig struct {
// MaxRetries indicates the maximal number of retries for recreating the provisioning request.
//
// +optional
// +kubebuilder:default=3
MaxRetries *int32 `json:"maxRetries,omitempty"`

// DefaultBackoffSeconds indicates the default backoff in seconds. The intervals
// between consecutive attempts are determined by expotential growth up to 30min.
// +optional
// +kubebuilder:default=60
DefaultBackoffSeconds *int32 `json:"minBackoffSeconds,omitempty"`
}
```

Expand Down

0 comments on commit 1afa809

Please sign in to comment.