Michael Tewoldemedhin
Michael Tewoldemedhin
Issue #, if available: Description of changes: This will ensure we don't accidentally push changes if the PRs are not up to date. Sometimes you would fetch and rebase the...
Issue [#2406](https://github.com/aws-controllers-k8s/community/issues/2406) Description of changes: Allow users to create the resource if adoption fails due to a `NotFound` error. With these changes, we are expecting users to populate all the...
Description of changes: Currently the condition reason for the `Resource Already Exists` condition message instructs users to adopt the existing resource using the `AdoptResource` CRD, which we no longer implement....
Description of changes: This change ensures that neither ACK tags nor AWS tags will be patched. Sometimes if there's a tag sync issues, these tags get patched to the controller....
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
**Is your feature request related to a problem?** Add support for ClusterV2, VPCConnection, Replicator in kafka controller **Describe the solution you'd like** these resources supported Resource Tracking: - [x] ClusterV2...
**Describe the bug** Currently Code-generator is not able to generate resource references for List of list of References. Here's a sample code: ```golang func (rm *resourceManager) ClearResolvedReferences(res acktypes.AWSResource) acktypes.AWSResource {...
Issue [#2661](https://github.com/aws-controllers-k8s/community/issues/2661) Description of changes: Currently the controller has been returning an error if the VPC securityGroup is not found. With this change, we will ignore errors if we can't...
Description of changes: Currently, if the resource output shape is a list, code-gen triggers the readmany output generator. When doing so, it does not pass the operationType, which causes it...