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

connectivity: convert conn-disrupt-dispatch-interval to duration #1965

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

tklauser
Copy link
Member

It's more commonplace to use DurationVar to specify duration CLI flags and gives users more flexibility.

Example usage:

$ cilium connectivity test --conn-disrupt-dispatch-interval 20ms

Fixes: 67b8025 ("connectivity: Expose test-conn-disrupt dispatch period")

It's more commonplace to use DurationVar to specify duration CLI flags
and gives users more flexibility.

Example usage:

    $ cilium connectivity test --conn-disrupt-dispatch-interval 20ms

Fixes: 67b8025 ("connectivity: Expose test-conn-disrupt dispatch period")

Signed-off-by: Tobias Klauser <[email protected]>
@tklauser tklauser temporarily deployed to ci September 12, 2023 08:37 — with GitHub Actions Inactive
@tklauser tklauser marked this pull request as ready for review September 12, 2023 08:37
@tklauser tklauser requested review from a team as code owners September 12, 2023 08:37
@tklauser tklauser requested a review from nebril September 12, 2023 08:37
Copy link
Member

@brb brb left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Contributor

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

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

⏲️

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Sep 12, 2023
@michi-covalent michi-covalent merged commit baf7e52 into main Sep 12, 2023
19 checks passed
@michi-covalent michi-covalent deleted the pr/tklauser/conn-distrupt-duration branch September 12, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants