Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Transit Gateway using ACK runtime v0.15.1 #17

Merged
merged 7 commits into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2021-10-18T19:14:45Z"
build_hash: 21ee1672e2c1556fd5784a22bc48aa619975cc6f
go_version: go1.17
build_date: "2021-10-19T23:05:01Z"
build_hash: 7c6fc8daae2b1eddf00bfe9da797e6c5aab0ce7d
go_version: go1.16.6
version: v0.15.1
api_directory_checksum: 0f150b1176d3ba9246acb726466358f2877b24a8
api_directory_checksum: ec534cc9172badabfaf6976400bb79a3d4e66c5d
api_version: v1alpha1
aws_sdk_go_version: v1.37.10
generator_config_info:
file_checksum: af6d95e7cd2066fe11752abd324daf8e051be09f
file_checksum: c47b31195e00afb6637d63b44560fb2b82245978
original_file_name: generator.yaml
last_modification:
reason: API generation
22 changes: 11 additions & 11 deletions apis/v1alpha1/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ignore:
- CreateSubnetInput.DryRun
- CreateRouteTableInput.DryRun
- CreateInternetGatewayInput.DryRun
- CreateTransitGatewayInput.DryRun
resource_names:
- AccountAttribute
- CapacityReservation
Expand Down Expand Up @@ -55,7 +56,7 @@ ignore:
- TransitGatewayRouteTable
- TransitGatewayRoute
- TransitGatewayVpcAttachment
- TransitGateway
#- TransitGateway
- Volume
- VpcEndpointConnectionNotification
- VpcEndpointServiceConfiguration
Expand All @@ -66,6 +67,8 @@ ignore:
- VpnConnectionRoute
- VpnConnection
- VpnGateway
operations:
- ModifyTransitGateway

operations:
CreateVpcEndpoint:
Expand Down
85 changes: 85 additions & 0 deletions apis/v1alpha1/transit_gateway.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading