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

chore: Errkit migration 8.3 - migrate remaining piece of pkg/kube to errkit #3256

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

e-sumin
Copy link
Contributor

@e-sumin e-sumin commented Nov 26, 2024

Change Overview

Migrate pkg/kube to errkit.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test
  • 🏗️ Build

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@e-sumin e-sumin force-pushed the errkit_migration_8_3_kube branch from 2667451 to 0a4cbd6 Compare November 26, 2024 10:59
@e-sumin e-sumin changed the title Errkit migration 8.3 - migrate remaining piece of pkg/kube to errkit chore: Errkit migration 8.3 - migrate remaining piece of pkg/kube to errkit Nov 27, 2024
@@ -1244,3 +1245,18 @@ func (s *PodSuite) TestAddAnnotations(c *check.C) {
c.Assert(tc.podOptions, check.DeepEquals, tc.expectedPodOptions)
}
}

func (s *PodSuite) TestSomething(c *check.C) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should either rename this method or try to add comment that explains what exactly we are planning to test in this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

great catch, thank you !
I've renamed it and made it working as I wanted originally.

@e-sumin e-sumin added the kueue label Nov 29, 2024
@e-sumin e-sumin force-pushed the errkit_migration_8_3_kube branch from 98016e4 to 672e66d Compare November 29, 2024 09:55
@mergify mergify bot merged commit eb54bea into master Nov 29, 2024
23 checks passed
@mergify mergify bot deleted the errkit_migration_8_3_kube branch November 29, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants