Skip to content

Commit 69069be

Browse files
authored
Generate Internet gateway using ACK runtime 0.13.1 (#7)
Issue #, if available: [#489](aws-controllers-k8s/community#489) Description of changes: * adds internet gateway resource and tests using runtime v0.13.1 * removes unused hooks By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent aba499a commit 69069be

32 files changed

+2004
-46
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ack_generate_info:
2-
build_date: "2021-09-02T21:26:56Z"
3-
build_hash: d20cb4f8170e3bae0af2783f1cccbcd98c868b52
2+
build_date: "2021-09-08T21:04:52Z"
3+
build_hash: 9cebd896ee5b5469abac0ced3fcdd49127667a8a
44
go_version: go1.17 darwin/amd64
5-
version: v0.13.0
6-
api_directory_checksum: 5c310ddd87ebed17d437af5c8a17cad97d2fd083
5+
version: v0.13.1
6+
api_directory_checksum: b0a87319bb9068e5d860c9458b7115d4ce82a50c
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.37.10
99
generator_config_info:
10-
file_checksum: 61ae549a230a8641ecc9edec1eec8c0bcde87b83
10+
file_checksum: f4eaa88d729c475a9e61cbf96c021732a2732fcd
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation
14-
timestamp: 2021-09-02 21:27:04.884645 +0000 UTC
14+
timestamp: 2021-09-08 21:05:03.019535 +0000 UTC

apis/v1alpha1/generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ignore:
1818
- Image
1919
- Instance
2020
- InstanceExportTask
21-
- InternetGateway
21+
#- InternetGateway
2222
- KeyPair
2323
- LaunchTemplateVersion
2424
- LaunchTemplate

apis/v1alpha1/internet_gateway.go

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

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)