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

advancedtls: Add notes about required vs. optional for FileWatcherOptions #7165

Merged
merged 2 commits into from Apr 30, 2024

Conversation

gtcooke94
Copy link
Contributor

Clear up required vs. optional fields in FileWatcherOptions

RELEASE NOTES: none

@gtcooke94 gtcooke94 added the Type: Internal Cleanup Refactors, etc label Apr 23, 2024
@gtcooke94 gtcooke94 added this to the 1.64 Release milestone Apr 23, 2024
@gtcooke94 gtcooke94 requested a review from erm-g April 23, 2024 15:18
RefreshDuration time.Duration // Time interval (default value is 1 hour) between CRLDirectory scans, can't be smaller than 1 minute
CRLReloadingFailedCallback func(err error) // Custom callback executed when a CRL file can’t be processed
CRLDirectory string // Required: Path of the directory containing CRL files
RefreshDuration time.Duration // Optional, default 1 hour: Time interval between CRLDirectory scans, can't be smaller than 1 minute
Copy link
Contributor

Choose a reason for hiding this comment

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

Would you prefer
// Optional: Time interval (default is 1 hour) between...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed, I like that more

@arvindbr8 arvindbr8 merged commit 5ab1c1a into grpc:master Apr 30, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants