-
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
Slice conversion requires destination package #18918
Slice conversion requires destination package #18918
Conversation
Labelling this PR as size/XS |
GCE e2e test build/test passed for commit 1737180. |
@k8s-bot unit test this |
1 similar comment
@k8s-bot unit test this |
LGTM - thanks for the fix! |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e test build/test passed for commit 1737180. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 1737180. |
@k8s-bot unit test this please |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e test build/test passed for commit 1737180. |
@k8s-bot unit test this please |
Automatic merge from submit-queue |
Auto commit by PR queue bot
When we writeConversionForSlice, we use the outField type name to
instantiate the make(...) call (runtime.RawExtension). Currently
runtime.RawExtension is shielded from exposing this bug because it
is hardcoded - the upcoming codec split exposes it. We need to record
import for the package path of the out slice conversion so that
when we write the conversion function the package is imported.