-
Notifications
You must be signed in to change notification settings - Fork 34
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
multiclusterhub pkg: added package and unit tests #451
base: main
Are you sure you want to change the base?
Conversation
@ElaiShalevRH This PR is bumping the k8s modules to v29 and we are not ready to make this move yet. I would recommend seeing if there is an older commit that you can pull from mch operator until we do the bump in our project. Try the release-2.10 branch |
254c22c
to
86c3ccf
Compare
Hey @trewest, changed operator to an older version, changes now seem minimal. Also I've addressed the comments. |
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.
Few comments
@ElaiShalevRH Added a few comments. Also, please add a Create method |
86c3ccf
to
a2564c5
Compare
0a5f803
to
feca7f1
Compare
ff57cba
to
9b485d9
Compare
Spoke to Elai, will most likely need to implement this ourselves as the hive version conflict with other modules in the project |
Converted to Draft. Seems like there are some conflicts between this pkg and the assisted pkg. We need to implement these APIs ourselves to address them. |
Created multiclusterhub.go and multiclusterhub_test.go. Made changes to the clients.go to accept the new import. The rest of the the changes were induced by running go mod / vendor as advised.