-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
add blurb about recorder to golang tutorial and sample #6384
add blurb about recorder to golang tutorial and sample #6384
Conversation
b2df1db
to
591c44c
Compare
Signed-off-by: jberkhahn <[email protected]>
591c44c
to
79add35
Compare
yeah its the molecule sanity tests that are failing :/ |
The molecule links should be fixed now along with the scorecard test issues. Going to close and reopen to kick the tests again and pick up the fixes. |
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.
Overall looks good to me, just a teeny nit (shouldn't block the merge)
} | ||
``` | ||
|
||
This recorder will be used within the reconcile method of the controller to emit events. |
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.
Nit: Unless we are going to show the recorder being used in this tutorial I'd prefer if we just said:
This recorder will be used within the reconcile method of the controller to emit events. | |
The recorder can be used within the reconcile method of the controller to emit events. |
closing and reopening to pickup more CI fixes |
Fixes #6314
Not 100% confident in the testdata edit, we'll see if this works.