Skip to content

Commit a95bccd

Browse files
author
Nishant Burte
committed
Add AdoptedResource functionality to FlowLogs
.
1 parent dc920e9 commit a95bccd

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2023-09-18T23:03:44Z"
2+
build_date: "2023-12-06T21:43:43Z"
33
build_hash: 892f29d00a4c4ad21a2fa32919921de18190979d
4-
go_version: go1.20.3
4+
go_version: go1.21.1
55
version: v0.27.1
66
api_directory_checksum: 6e2d850d97f2f72db31c9bef522eca4ab95b3fcd
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.93
99
generator_config_info:
10-
file_checksum: c474e6cdec9622afad4b4cef415483a7bd0eda41
10+
file_checksum: d10a62517f87bacf988184f8c454b90b42dee732
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ resources:
334334
template_path: hooks/flow_log/sdk_read_many_post_build_request.go.tpl
335335
sdk_file_end:
336336
template_path: hooks/flow_log/sdk_file_end.go.tpl
337+
post_set_resource_identifiers:
338+
template_path: hooks/flow_log/post_set_resource_identifiers.go.tpl
337339
update_operation:
338340
custom_method_name: customUpdateFlowLog
339341
InternetGateway:

generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@ resources:
334334
template_path: hooks/flow_log/sdk_read_many_post_build_request.go.tpl
335335
sdk_file_end:
336336
template_path: hooks/flow_log/sdk_file_end.go.tpl
337+
post_set_resource_identifiers:
338+
template_path: hooks/flow_log/post_set_resource_identifiers.go.tpl
337339
update_operation:
338340
custom_method_name: customUpdateFlowLog
339341
InternetGateway:

pkg/resource/flow_log/resource.go

Lines changed: 7 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)