-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 48763: Add Local and Unstructured resource builder attributes and handle <rsrsc> / <name> pairs when --local is set #15140
Conversation
[test] |
Evaluated for origin test up to a932a1f |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/3046/) (Base Commit: 6c5dafb) (PR Branch Commit: a932a1f) |
cc @liggitt |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: juanvallejo Assign the PR to them by writing No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: juanvallejo Assign the PR to them by writing No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
a932a1f
to
5f39bce
Compare
5f39bce
to
7790554
Compare
7790554
to
c2dfbdd
Compare
4ad399e
to
477445b
Compare
/retest |
6fc0e06
to
0a80a6e
Compare
/kind bug |
Moves DisabledClientMapperForMapping wrapper to new Local attribute. Removes Factory#NewUnstructuredBuilder in favor of new Unstructured builder attribute.
0a80a6e
to
044b8a9
Compare
044b8a9
to
445ad72
Compare
/retest |
/test extended_conformance_gce |
1 similar comment
/test extended_conformance_gce |
@deads2k can you PTAL if this hits the new rebase too hard? The upstream commits are there for some time already. |
Closing as the current rebase appears to be bringing these commits in: 2b1e0d4#diff-2c0180e8c8452be63baa6d1c6877dc8eR225 |
Related BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1390139
Adds an error message if a / pair is specified in an
oc set ...
sub command with a--local
flag.cc @openshift/cli-review