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

Adding Route table #6

Merged
merged 6 commits into from
Sep 8, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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,14 +1,14 @@
ack_generate_info:
build_date: "2021-09-01T18:32:41Z"
build_hash: 6f22b7b568e25b4ee007bb1ab5f9338c16daf172
build_date: "2021-09-02T21:26:56Z"
build_hash: d20cb4f8170e3bae0af2783f1cccbcd98c868b52
go_version: go1.17 darwin/amd64
version: v0.13.0
api_directory_checksum: ae8b61e0359ce7d3f8795b243537b07c43e2609e
api_directory_checksum: 5c310ddd87ebed17d437af5c8a17cad97d2fd083
api_version: v1alpha1
aws_sdk_go_version: v1.37.10
generator_config_info:
file_checksum: d37d8e26f07ea82e6ce896adffc138034078c1e1
file_checksum: 61ae549a230a8641ecc9edec1eec8c0bcde87b83
original_file_name: generator.yaml
last_modification:
reason: API generation
timestamp: 2021-09-01 18:32:53.713542 +0000 UTC
timestamp: 2021-09-02 21:27:04.884645 +0000 UTC
8 changes: 7 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ignore:
field_paths:
- CreateVpcInput.DryRun
- CreateSubnetInput.DryRun
- CreateRouteTableInput.DryRun
resource_names:
- AccountAttribute
- CapacityReservation
Expand Down Expand Up @@ -32,7 +33,7 @@ ignore:
- NetworkInterface
- PlacementGroup
- ReservedInstancesListing
- RouteTable
#- RouteTable
- Route
- SecurityGroup
- Snapshot
Expand Down Expand Up @@ -64,6 +65,11 @@ ignore:

resources:
Subnet:
exceptions:
terminal_codes:
- InvalidVpcID.Malformed
- InvalidVpcID.NotFound
RouteTable:
exceptions:
terminal_codes:
- InvalidVpcID.Malformed
Expand Down
87 changes: 87 additions & 0 deletions apis/v1alpha1/route_table.go

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

43 changes: 27 additions & 16 deletions apis/v1alpha1/types.go

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