You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add RecordSet support for route53 controller (#31)
**Issue**:
aws-controllers-k8s/community#1545
**Description of changes**:
Adds support for RecordSets in Route53 and corresponding E2E tests. This includes support for all record types and routing policies.
Some previous conversations for how to implement this were discussed here:
- https://kubernetes.slack.com/archives/C0402D8JJS1/p1694054604699869
- https://kubernetes.slack.com/archives/C0402D8JJS1/p1695030078194489
Changes made to following files/directories (other changes are all code-gen'ed):
- generator.yaml
- pkg/resource/record_set/hooks.go
- templates/hooks/record_set/
- test/e2e/
Generator results:
```
make build-controller SERVICE=route53
building ack-generate ... ok.
==== building route53-controller ====
Copying common custom resource definitions into route53
Building Kubernetes API objects for route53
Generating deepcopy code for route53
Generating custom resource definitions for route53
Building service controller for route53
Generating RBAC manifests for route53
Running gofmt against generated code for route53
Updating additional GitHub repository maintenance files
==== building route53-controller release artifacts ====
Building release artifacts for route53-v0.0.8
Generating common custom resource definitions
Generating custom resource definitions for route53
Generating RBAC manifests for route53
```
E2E results:
```
[gw1] [ 25%] PASSED tests/test_hosted_zone.py::TestHostedZone::test_create_delete_private
[gw0] [ 50%] PASSED tests/test_hosted_zone.py::TestHostedZone::test_create_delete_public
[gw2] [ 75%] PASSED tests/test_hosted_zone.py::TestHostedZone::test_crud_tags
[gw4] [100%] PASSED tests/test_record_set.py::TestRecordSet::test_crud_simple_record
```
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments