This repository was archived by the owner on Dec 3, 2024. It is now read-only.
generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 28
Added EventRecorder to the Controller #101
Merged
k8s-ci-robot
merged 17 commits into
kubernetes-retired:master
from
shanduur:feat-event-recorder
May 16, 2024
Merged
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ee3d153
feat(bucketclaim): added EventRecorder
shanduur 812040d
Merge branch 'kubernetes-sigs:master' into master
shanduur 9729752
feat: replace API
shanduur 0e3520c
feat: fix panic
shanduur d9f02c3
feat: API registration
shanduur e40e69f
chore: update API
shanduur 83a394b
fix: revert deployment change
shanduur cb0dca9
fix: adjust case according to go std
shanduur 8a30877
fix(review/1): added event constants
shanduur c06ed1c
fix(review/1): format message
shanduur 6376b6e
fix: typo in error
shanduur 3fd9a83
fix(deps): updated api
shanduur a54e178
test: added scaffolding for testing events
shanduur 3749eb6
test: extended scaffolding
shanduur eafb146
test: implemented tests for Events
shanduur 2e33d55
chore: go mod tidy
shanduur 76bbcfc
fix: added events to each error
shanduur 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
shanduur marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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.
I'm not sure if
IsNotFound()
handles the nil case. Would it be better for this to be something like below, or am I missing something?