sdk
sdk copied to clipboard
## Question I am currently experimenting with vl3 and it seems to answer my requirement of NSC talking to another NSC. I also have a requirement that, let's say every...
## Overview All our code are based on go 1.16. We could update everything to go 1.18 and schedule refactorings based on generics to simplify many things in our codebase.
NewNetworkServiceEndpointRegistryClient and NewNetworkServiceRegistryClient where recently enhanced. In that process, the leading "connectTo *url.URL" parameter was removed. The functionality continues to be supported via the WithClientURL option. In order to avoid...
Signed-off-by: denis-tingaikin ## Description This can be useful to register nse into each domain. Use Case is pretty simple: we have nse that implements local services and remote services. In...
## Description Currently, our CI doesn't check non-linux platform-specific code. Checking these files may be useful for those who use non-Linux OS as their dev environment. This PR enables checks...
Signed-off-by: denis-tingaikin ## Description ## Issue link ## How Has This Been Tested? - [ ] Added unit testing to cover - [ ] Tested manually - [ ] Tested...
Signed-off-by: Artem Glazychev ## Description ## Issue link ## How Has This Been Tested? - [ ] Added unit testing to cover - [ ] Tested manually - [ ]...
Signed-off-by: Artem Glazychev ## Description `Nsmgr` shouldn't return an error on `Register()` call even if remote `registry` is not available. ## Issue link https://github.com/networkservicemesh/integration-k8s-kind/issues/460 ## How Has This Been Tested?...
Signed-off-by: Nikita Skrynnik ## Description ## Issue link https://github.com/networkservicemesh/sdk/issues/1152 ## How Has This Been Tested? - [ ] Added unit testing to cover - [x] Tested manually - [ ]...
## Description ## Issue link ## How Has This Been Tested? - [ ] Added unit testing to cover - [ ] Tested manually - [ ] Tested by integration...