Skip to content

Commit 67c6021

Browse files
author
Tenglong Gu
committed
Support RDSProxy CRD
1 parent 7963d9c commit 67c6021

30 files changed

+2773
-94
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-08-01T17:12:56Z"
2+
build_date: "2022-08-01T20:45:35Z"
33
build_hash: fe61d04673fd4d9848d5f726b01e0689a16d3733
4-
go_version: go1.18.3
4+
go_version: go1.18.2
55
version: v0.19.3-1-gfe61d04
6-
api_directory_checksum: e768ca701f6e5b113f74fbde422fc59fb2e7b3fe
6+
api_directory_checksum: 3aa862ff158dc440aa089d95c188ddf29951a1e2
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.27
99
generator_config_info:
10-
file_checksum: 1647eb82151b4d1e1115dec606abb62c842f881b
10+
file_checksum: 4bf19858ece08f56aecc44425a0de8699b5951d8
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/db_proxy.go

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

apis/v1alpha1/enums.go

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

apis/v1alpha1/generator.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore:
99
#- DBInstance
1010
- DBInstanceReadReplica
1111
#- DBParameterGroup
12-
- DBProxy
12+
#- DBProxy
1313
- DBProxyEndpoint
1414
- DBSecurityGroup
1515
- DBSnapshot
@@ -346,3 +346,12 @@ resources:
346346
fields:
347347
Name:
348348
is_primary_key: true
349+
DBProxy:
350+
exceptions:
351+
terminal_codes:
352+
- DBProxyAlreadyExistsFault
353+
- DBProxyQuotaExceededFault
354+
- InvalidSubnet
355+
fields:
356+
DBProxyName:
357+
is_primary_key: true

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)