Skip to content

Commit 5d1c1fd

Browse files
authored
Generate Transit Gateway using ACK runtime v0.15.1 (#17)
Issue #, if available: aws-controllers-k8s/community#489 Description of changes: process is broken up into commits between the generated and manual steps. - Generate Transit Gateway resource Create and Delete - Tests for Create and Delete (the sleeps on TGW create and delete are lengthy because the resource takes so long to be created and will error out if a delete is attempted while in a "pending" state) By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 4027a39 commit 5d1c1fd

28 files changed

+3347
-262
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2021-10-18T19:14:45Z"
3-
build_hash: 21ee1672e2c1556fd5784a22bc48aa619975cc6f
4-
go_version: go1.17
2+
build_date: "2021-10-19T23:05:01Z"
3+
build_hash: 7c6fc8daae2b1eddf00bfe9da797e6c5aab0ce7d
4+
go_version: go1.16.6
55
version: v0.15.1
6-
api_directory_checksum: 0f150b1176d3ba9246acb726466358f2877b24a8
6+
api_directory_checksum: ec534cc9172badabfaf6976400bb79a3d4e66c5d
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.37.10
99
generator_config_info:
10-
file_checksum: af6d95e7cd2066fe11752abd324daf8e051be09f
10+
file_checksum: c47b31195e00afb6637d63b44560fb2b82245978
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/enums.go

Lines changed: 11 additions & 11 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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ignore:
77
- CreateSubnetInput.DryRun
88
- CreateRouteTableInput.DryRun
99
- CreateInternetGatewayInput.DryRun
10+
- CreateTransitGatewayInput.DryRun
1011
resource_names:
1112
- AccountAttribute
1213
- CapacityReservation
@@ -55,7 +56,7 @@ ignore:
5556
- TransitGatewayRouteTable
5657
- TransitGatewayRoute
5758
- TransitGatewayVpcAttachment
58-
- TransitGateway
59+
#- TransitGateway
5960
- Volume
6061
- VpcEndpointConnectionNotification
6162
- VpcEndpointServiceConfiguration
@@ -66,6 +67,8 @@ ignore:
6667
- VpnConnectionRoute
6768
- VpnConnection
6869
- VpnGateway
70+
operations:
71+
- ModifyTransitGateway
6972

7073
operations:
7174
CreateVpcEndpoint:

apis/v1alpha1/transit_gateway.go

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

0 commit comments

Comments
 (0)