-
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
Allows filtering templates by namespace in new-app #10026
Conversation
[test] |
return ref, nil | ||
} | ||
|
||
func (r TemplateReference) WithNamespace() bool { |
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.
s/WithNamespace/HasNamespace/ ?
2 nits and lgtm |
65b02e1
to
e822fc3
Compare
Comments addressed, [merge]. |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/6958/) (Image: devenv-rhel7_4676) |
e822fc3
to
243be94
Compare
243be94
to
0f6a3e0
Compare
Evaluated for origin test up to 0f6a3e0 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/6923/) |
Evaluated for origin merge up to 0f6a3e0 |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1248362
This allows the use of the
namespace/templatename
form when specifying templates innew-app
(it was already supported for image streams, but templates was lacking the support).So for example if you have templates with the exact same name "jenkins" in both "mynamespace" and "openshift", you can be explicit about which one you want to use with