Skip to content

Commit 484890b

Browse files
author
rbranche
authored
Remove DBClusterNotFoundFault as a terminal condition for GlobalCluster. (#40)
Issue #, if available: aws-controllers-k8s/community#1027 Description of changes: Remove `DBClusterNotFoundFault` as a terminal condition for `GlobalCluster`. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8b6e0cb commit 484890b

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
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: "2021-10-18T13:05:50Z"
2+
build_date: "2021-10-21T19:35:08Z"
33
build_hash: 21ee1672e2c1556fd5784a22bc48aa619975cc6f
4-
go_version: go1.17
4+
go_version: go1.17.1
55
version: v0.15.1
6-
api_directory_checksum: 00e04ca66417394b3744716ee1c047dff5326ecf
6+
api_directory_checksum: cd0469d4474d82dbcf9badb97a43cac68ba07044
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.37.10
99
generator_config_info:
10-
file_checksum: d683ba821488baaa11becafe3049ba9259d2d829
10+
file_checksum: e99b7e3e4ce6b046e2aabcc164c99bc920272c4d
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ resources:
151151
GlobalCluster:
152152
exceptions:
153153
terminal_codes:
154-
- DBClusterNotFoundFault
155154
- GlobalClusterAlreadyExistsFault
156155
- GlobalClusterQuotaExceededFault
157156
- InvalidDBClusterStateFault

generator.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ resources:
153153
GlobalCluster:
154154
exceptions:
155155
terminal_codes:
156-
- DBClusterNotFoundFault
157156
- GlobalClusterAlreadyExistsFault
158157
- GlobalClusterQuotaExceededFault
159158
- InvalidDBClusterStateFault

pkg/resource/global_cluster/sdk.go

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

0 commit comments

Comments
 (0)