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: send Pods and Jobs down the same update codepath as other resources #5552

Merged
merged 1 commit into from
Mar 3, 2022

Conversation

nicks
Copy link
Member

@nicks nicks commented Mar 2, 2022

Hello @milas, @landism,

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

49e34b2 (2022-03-01 22:26:46 -0500)
k8s: send Pods and Jobs down the same update codepath as other resources
We used to handle Pods and Jobs differently, because
they were immutable. Now, the main codepath should handle
immutability correctly.

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 March 2, 2022 03:27
We used to handle Pods and Jobs differently, because
they were immutable. Now, the main codepath should handle
immutability correctly.
@nicks nicks merged commit fddce0b into master Mar 3, 2022
@nicks nicks deleted the nicks/deadcode branch March 3, 2022 15:55
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.

2 participants