Skip to content

Commit 433cbf3

Browse files
authored
supprt for DBCluster (Aurora) resource (#15)
Adds support and e2e tests for the DBCluster resource of the RDS API. The e2e smoke test is an Aurora Serverless MySQL variant. Issue aws-controllers-k8s/community#626 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ca3759d commit 433cbf3

25 files changed

+5460
-380
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ack_generate_info:
2-
build_date: "2021-06-24T14:33:42Z"
2+
build_date: "2021-06-24T17:43:34Z"
33
build_hash: 9c35918f8a98b41ada10cb3aa460dbf463428463
44
go_version: go1.15.5 linux/amd64
55
version: v0.2.3
6-
api_directory_checksum: eb4a2787f1997b19bb3b73a127a46353bca18f63
6+
api_directory_checksum: ec40eefbbffe8eee0df8213e5f22379c9c418356
77
api_version: v1alpha1
88
aws_sdk_go_version: ""
99
generator_config_info:
10-
file_checksum: 7919d4235e79c72507d2dd924ad13a8d3a2f0420
10+
file_checksum: 5ddce72d775b70b6729448b6494cd8f71f71667a
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation
14-
timestamp: 2021-06-24 14:33:44.798343128 +0000 UTC
14+
timestamp: 2021-06-24 17:43:36.954980364 +0000 UTC

apis/v1alpha1/db_cluster.go

Lines changed: 502 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/types.go

Lines changed: 111 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)