Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add global timeout customization #651

Merged
merged 2 commits into from
May 30, 2023
Merged

Conversation

wasaga
Copy link
Collaborator

@wasaga wasaga commented May 30, 2023

Summary

Related issues

Fixes #650

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@wasaga wasaga requested a review from a team as a code owner May 30, 2023 16:22
@wasaga wasaga requested review from calebdoxsey and kenjenkins and removed request for a team May 30, 2023 16:22
// ReadTimeout specifies the amount of time for the entire request stream to be received from the client.
// +kubebuilder:validation:Format=duration
// +optional
ReadTimeout *metav1.Duration `json:"readTimeout,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense for this just to be read?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

@wasaga wasaga enabled auto-merge (squash) May 30, 2023 17:08
@wasaga wasaga merged commit dd49d67 into main May 30, 2023
@wasaga wasaga deleted the wasaga/add-global-timeouts-crd branch May 30, 2023 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expose global timeouts in CRD
3 participants