-
Notifications
You must be signed in to change notification settings - Fork 14
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
Removed env provided namespace #253
Removed env provided namespace #253
Conversation
168b5d6
to
a8890a6
Compare
Signed-off-by: Mikhail Avramenko <avramenkomihail15@gmail.com>
a8890a6
to
4329b82
Compare
if err == nil { | ||
exist.Spec = *(*v1.NetworkServiceSpec)(request) | ||
apiResp, err = n.client.NetworkservicemeshV1().NetworkServices(n.ns).Update(ctx, exist, metav1.UpdateOptions{}) |
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.
Finally I think we should keep n.ns
for Create and Update.
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.
ok, done
Signed-off-by: Mikhail Avramenko <avramenkomihail15@gmail.com>
949af1a
to
bda9091
Compare
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.
Please add tests that nses can be registered via registry and via go-client and everythink with find and unregister is working with different namespaces.
Signed-off-by: Mikhail Avramenko <avramenkomihail15@gmail.com>
@denis-tingaikin added unit tests |
…k-k8s@main PR link: networkservicemesh/sdk-k8s#253 Commit: bb5bbe1 Author: Denis Tingaikin Date: 2021-10-12 09:36:02 +0300 Message: - Merge pull request #253 from Mixaster995/enhancement/handle-all-namespaces Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k-k8s@main PR link: networkservicemesh/sdk-k8s#253 Commit: bb5bbe1 Author: Denis Tingaikin Date: 2021-10-12 09:36:02 +0300 Message: - Merge pull request #253 from Mixaster995/enhancement/handle-all-namespaces Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k-k8s@main PR link: networkservicemesh/sdk-k8s#253 Commit: bb5bbe1 Author: Denis Tingaikin Date: 2021-10-12 09:36:02 +0300 Message: - Merge pull request #253 from Mixaster995/enhancement/handle-all-namespaces Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Signed-off-by: Mikhail Avramenko avramenkomihail15@gmail.com
Issue
#252