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

feat: add cluster visibility to FalconAdmission #583

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

gpontejos
Copy link
Collaborator

No description provided.

@gpontejos gpontejos force-pushed the gpontejos/kac-visibility branch 2 times, most recently from 5623c3e to f4c24f9 Compare October 1, 2024 18:36
api/falcon/v1alpha1/falconadmission_types.go Outdated Show resolved Hide resolved
internal/controller/assets/deployment.go Outdated Show resolved Hide resolved
Comment on lines 251 to 252
defaultSnapshotInterval, _ := time.ParseDuration("22h0m0s")
return defaultSnapshotInterval
Copy link
Contributor

Choose a reason for hiding this comment

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

Parsing isn't necessary here. You can just return 22 * time.Hour.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated

@gpontejos gpontejos merged commit 936cf1a into main Oct 2, 2024
9 checks passed
@gpontejos gpontejos deleted the gpontejos/kac-visibility branch October 2, 2024 19:27
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.

2 participants