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

k8s: factor out an interface for extracting/injecting images #3510

Merged
merged 1 commit into from Jun 26, 2020

Conversation

nicks
Copy link
Member

@nicks nicks commented Jun 24, 2020

Hello @jazzdan,

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

738d64a (2020-06-24 19:47:38 -0400)
k8s: factor out an interface for extracting/injecting images
This is moving towards solutions for:

It ended up being kind of a yak shave, since we need to be able to attach
the object selectors to K8sTarget so that we know which entities to
inject into.

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 a review from jazzdan June 24, 2020 23:50
This is moving towards solutions for:
- #3427
- #3460

It ended up being kind of a yak shave, since we need to be able to attach
the object selectors to K8sTarget so that we know which entities to
inject into.
@nicks
Copy link
Member Author

nicks commented Jun 25, 2020

(note that there have been no significant changes to ObjectSelector, I just moved it to the k8s package)

@nicks nicks merged commit 2614af5 into master Jun 26, 2020
@nicks nicks deleted the nicks/extract branch June 26, 2020 17:13
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

2 participants