-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conditions on podupdater functions of kubernetes autodiscovery #71
Merged
Merged
Changes from 19 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
e72955a
first update for nodePodUpdater
gizas d8ace11
first update for nodePodUpdater with key function
gizas ac43d6f
first update for namespacePodUpdater
gizas 979e3c0
updating comments for code
gizas 0a91978
updating with delta
gizas 853661d
fixing referneces only to one wather as an argument
gizas 5ea29d1
removing comments
gizas 1c86749
Update eventhandler.go - Fixing typo
gizas b01ddcc
Update watcher.go comment in deltaslice function
gizas e78177c
Update kubernetes/eventhandler.go
gizas cdfab00
Update kubernetes/eventhandler.go
gizas 416ab77
Update kubernetes/eventhandler.go
gizas a710864
updates for delta struct and comments
gizas e265b8e
updates for delta struct and comments
gizas 6cb89b9
returning only old cached object
gizas 13bff58
fixing comment after upgrade to return old object
gizas 9ee164e
changing name of interface
gizas 328f78d
adding check for oldobjectreturn
gizas 2d73a98
Update kubernetes/eventhandler.go
gizas 76b4dce
Update kubernetes/eventhandler.go
gizas 66f616c
Update kubernetes/watcher.go
gizas 16b0fca
renaming functions and providinng camelCase variables
gizas 8629378
renaming functions and providinng camelCase variables
gizas 05ed573
reflect.DeepEqual added
gizas 8ad0d7c
removing extra lines
gizas a63bbf3
replacing oldobject with cachedobject
gizas 51bbd1b
keeping only watcher struct
gizas 5aac018
checks for namespace and node
gizas b89e490
checks for namespace and node
gizas c031e0f
Update kubernetes/watcher.go
gizas 85a74fe
udpating changelog
gizas 2862b18
udpating changelog
gizas 7ca8875
udpating changelog
gizas 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use MixedCaps (aka camelCase) here and for all other variables? as suggested at https://go.dev/doc/effective_go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update in 16b0fca
Let me know If I missed anything