Skip to content

add blurb about recorder to golang tutorial and sample#6384

Merged
everettraven merged 1 commit into
operator-framework:masterfrom
jberkhahn:recorder_docs
May 30, 2023
Merged

add blurb about recorder to golang tutorial and sample#6384
everettraven merged 1 commit into
operator-framework:masterfrom
jberkhahn:recorder_docs

Conversation

@jberkhahn

Copy link
Copy Markdown
Contributor

Fixes #6314

Not 100% confident in the testdata edit, we'll see if this works.

@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 21:51 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 22:31 — with GitHub Actions Inactive
Signed-off-by: jberkhahn <jaberkha@us.ibm.com>
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 23:32 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 23:32 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 23:32 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 23:32 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 23:32 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 23:32 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy March 31, 2023 23:32 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy May 15, 2023 18:26 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy May 15, 2023 18:26 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy May 15, 2023 18:26 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy May 15, 2023 18:26 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy May 15, 2023 18:26 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy May 15, 2023 18:26 — with GitHub Actions Inactive
@jberkhahn jberkhahn temporarily deployed to deploy May 15, 2023 18:26 — with GitHub Actions Inactive
@jberkhahn

Copy link
Copy Markdown
Contributor Author

yeah its the molecule sanity tests that are failing :/

@everettraven

Copy link
Copy Markdown
Contributor

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.

@everettraven everettraven reopened this May 16, 2023
@everettraven everettraven temporarily deployed to deploy May 16, 2023 14:37 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 16, 2023 14:37 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 16, 2023 14:37 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 16, 2023 14:37 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 16, 2023 14:37 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 16, 2023 14:38 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 16, 2023 14:38 — with GitHub Actions Inactive

@everettraven everettraven left a comment

Copy link
Copy Markdown
Contributor

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.

Copy link
Copy Markdown
Contributor

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:

Suggested change
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.

@everettraven

Copy link
Copy Markdown
Contributor

closing and reopening to pickup more CI fixes

@everettraven everettraven reopened this May 23, 2023
@everettraven everettraven temporarily deployed to deploy May 23, 2023 14:51 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 23, 2023 14:51 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 23, 2023 14:51 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 23, 2023 14:51 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 23, 2023 14:51 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 23, 2023 14:51 — with GitHub Actions Inactive
@everettraven everettraven temporarily deployed to deploy May 23, 2023 14:51 — with GitHub Actions Inactive
@everettraven everettraven merged commit 0a203b7 into operator-framework:master May 30, 2023
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.

Notes on Go tutorial

2 participants