Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcbenjemaa
Copy link

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:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

GCP

/cc @turkenh @muvaf

@@ -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 {
Copy link
Author

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!

@mcbenjemaa
Copy link
Author

Well, go 1.17 markers are there! +//go:build !ignore_autogenerated
Updating the generator.

@mcbenjemaa mcbenjemaa force-pushed the feature/artifact-registry branch 7 times, most recently from 58b0bc1 to 2fab122 Compare February 14, 2022 08:48
@stoetti
Copy link

stoetti commented Sep 1, 2022

Any chance this PR will be merged in the near future?

@Feggah
Copy link
Collaborator

Feggah commented Sep 14, 2022

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

@stoetti
Copy link

stoetti commented Oct 17, 2022

@Feggah @mcbenjemaa

Any updates?
What are the odds of this PR getting merged in the near future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Artifact Registry Support
3 participants