-
Notifications
You must be signed in to change notification settings - Fork 1
fix/code issues #295
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
Merged
Merged
fix/code issues #295
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
a4c68d3
Fix strings.SplitN with n=1 being a no-op
notandy 066f688
Move flag validation after flag.Parse()
notandy f55f146
Add 30-second timeout to HA service HTTP client
notandy 449eb7b
Add retry-on-conflict for eviction status updates
notandy 2ecb9cf
Copy transferLabels slice before appending to avoid mutation
notandy 6221b31
Fix PeriodSeconds(0) on startup probe
notandy f191cad
Fix missing URL path separator in HA service URL
notandy 27e1b11
Fix wrong error message (image vs network)
notandy b56c13c
Fix missing "not" in error message
notandy 0b87b7b
Consolidate duplicate difference functions into utils package
notandy 9ac818c
Remove dead code - unused logger in SetupWithManager functions
notandy d0dbe39
Remove unused logger imports in aggregates and traits controllers
notandy e44bcc2
Fix eviction updateStatus to re-fetch resource on conflict retry
notandy dcf6719
Fix evictNext: add explicit return after deleting branch and fix erro…
notandy cc0bc4b
Return early when Hypervisor not found in GardenerNodeLifecycleContro…
notandy 3be6976
Fix --version flag to print version info and check it before validation
notandy 284b489
Remove dead code: unused functions, constants, and types
notandy 4c735a0
Fix typo: SanitzeReconcileErrorEncoder -> SanitizeReconcileErrorEncoder
notandy 601ec02
Fix Clone() to preserve cfg field in SanitizeReconcileErrorEncoder
notandy 4518318
Fix FindNodeStatusCondition to return pointer to slice element, not copy
notandy 179d588
Narrow RBAC annotations on status subresources to get;update;patch
notandy 2fc05c6
Remove unused base parameter from eviction updateStatus and handleNot…
notandy 31ed80b
Fix transferLabels to rebuild from immutable defaults on each setup
notandy 82ce512
Fix updateStatus stale snapshot and deduplicate transferLabels keys
notandy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.