-
Notifications
You must be signed in to change notification settings - Fork 101
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
Add Artifact registry Repository managed resource #416
base: master
Are you sure you want to change the base?
Add Artifact registry Repository managed resource #416
Conversation
54f3467
to
761a6cc
Compare
@@ -995,20 +995,6 @@ func newBinaryAuthorizationUpdateFn(in *v1beta2.BinaryAuthorization) UpdateFn { | |||
} | |||
} | |||
|
|||
// newAutopilotUpdateFn returns a function that updates the Autopilot of a cluster. | |||
func newAutopilotUpdateFn(in *v1beta2.Autopilot) UpdateFn { |
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.
Notable change in the API!
Autopilot is immutable, therefore no need to request an update!
761a6cc
to
8332322
Compare
Well, go |
58b0bc1
to
2fab122
Compare
Signed-off-by: Mohamed Chiheb <[email protected]>
2fab122
to
7136b5f
Compare
Any chance this PR will be merged in the near future? |
I don't know if @mcbenjemaa is still working on this PR, there is a TODO to add tests to the resource before it can be merged. I can review it by the end of the week, @stoetti. Just need some update from @mcbenjemaa |
Any updates? |
Signed-off-by: Mohamed Chiheb [email protected]
Description of your changes
Added support for Artifact registry managed resource.
TODO: Add Tests
Fixes #404
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
GCP
/cc @turkenh @muvaf