Skip to content
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

engine: write ImageMaps to the apiserver #4677

Merged
merged 1 commit into from
Jun 23, 2021
Merged

engine: write ImageMaps to the apiserver #4677

merged 1 commit into from
Jun 23, 2021

Conversation

nicks
Copy link
Member

@nicks nicks commented Jun 22, 2021

Hello @milas, @landism,

Please review the following commits I made in branch nicks/tiltfile2:

f42326d (2021-06-22 13:00:23 -0400)
engine: write ImageMaps to the apiserver

861df88 (2021-06-22 12:40:53 -0400)
engine: make the tiltfile loader write to the API server

Code review reminders, by giving a LGTM you attest that:

  • Commits are adequately tested
  • Code is easy to understand and conforms to style guides
  • Incomplete code is marked with TODOs
  • Code is suitably instrumented with logging and metrics

@nicks nicks requested review from landism and milas June 22, 2021 17:03
@nicks nicks changed the base branch from master to nicks/tiltfile June 22, 2021 17:04
@nicks nicks force-pushed the nicks/tiltfile branch 2 times, most recently from e957294 to 24ad881 Compare June 22, 2021 18:15
@nicks nicks force-pushed the nicks/tiltfile2 branch 2 times, most recently from 826d2b1 to 69d95a4 Compare June 22, 2021 19:37
// Fetch all the existing API objects that were generated from the Tiltfile.
func getExistingAPIObjects(ctx context.Context, client ctrlclient.Client) (objectSet, error) {
result := objectSet{}

// TODO(nick): There's got to be a more generic way to do this.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oy, I take it the dynamic client would be ugly to use here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Base automatically changed from nicks/tiltfile to master June 23, 2021 14:07
@nicks nicks merged commit 638da06 into master Jun 23, 2021
@nicks nicks deleted the nicks/tiltfile2 branch June 23, 2021 14:31
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.

None yet

3 participants