-
Notifications
You must be signed in to change notification settings - Fork 1
rfc: add Interface resource + controller and initial provider setup
#2
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
Conversation
357367d to
fb4e5eb
Compare
fb4e5eb to
c1b7f7a
Compare
43d5f6a to
56d0984
Compare
|
Regarding tool installation: we are using in basically all our projects the following approach to install tools into a local (gitignored) I would suggest we do it the same way here. We should refrain from running global |
So the go tool approach suggested by @Nuckal777 would also not be feasible for you? |
|
Regarding the |
Okay, I see. As you are working on pinning the tools in a |
Everything in
internal/provider/openconfig/except the files:gen.go,gen.sh,client.go,provider.go,.gitignoreare generated by ygnmi. Don't be scared by the number of lines changed.