-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Refactor IntOrString into a new pkg #14469
Conversation
GCE e2e build/test failed for commit 157846dd3f799854ea07833d46008594beea27cd. |
Labelling this PR as size/XXL |
@k8s-bot test this please |
GCE e2e build/test passed for commit 157846dd3f799854ea07833d46008594beea27cd. |
This reads a lot better ;-) |
@@ -0,0 +1,111 @@ | |||
/* | |||
Copyright 2014 The Kubernetes Authors All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2015
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original files were 2014, we're not supposed to update copyrights
minor nit on copyright, otherwise LGTM |
@thockin - sorry for the confusion, i thought new files got new header. needs a rebase. |
rebased, tests re-running |
GCE e2e build/test passed for commit 5f0282ca07696bf4a4d7c809e230a5580df1a51c. |
50/50 on shippable |
Ships me has been flaky On Friday, September 25, 2015, Tim Hockin notifications@github.com wrote:
|
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Unit, integration and GCE e2e build/test failed for commit 5f0282ca07696bf4a4d7c809e230a5580df1a51c. |
@k8s-bot test this please |
Unit, integration and GCE e2e test build/test passed for commit 5f0282ca07696bf4a4d7c809e230a5580df1a51c. |
Unit, integration and GCE e2e test build/test passed for commit ba4d75154b00b92ec23d53e55af362568da081c3. |
@k8s-bot test this |
Looks like a compile error:
|
GCE e2e build/test failed for commit 2cc4b502de6e372c6438d86532ea12375f7ff4a7. |
GCE e2e build/test failed for commit 2cc4b502de6e372c6438d86532ea12375f7ff4a7. |
@ixdy I need an assist. This is failing because it can't find a package that was added in this PR.
This seems like a failure of test infra - not the PR. Help? |
NM, I screwed up. Always blame the tools first :) trying again. |
GCE e2e build/test failed for commit 3d11805b7fad787608392464ccb8eb6d875ccad0. |
GCE e2e test build/test passed for commit ac7621169ffb329b0405dac361b43c294de1b1fa. |
pkg/util/intstr is a cleaner encapsulation for this type and supporting functions. No behavioral change.
GCE e2e test build/test passed for commit ba383bc. |
@k8s-bot unit test this please |
1 similar comment
@k8s-bot unit test this please |
Continuous integration appears to have missed, closing and re-opening to trigger it |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit ba383bc. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
pkg/util/intstr is a cleaner encapsulation for this type and supporting
functions. No behavioral changes.
This has annoyed me for a long time, and one too many code reviews that touched
it finally put me over the edge.