Skip to content

Commit 4da5b6d

Browse files
authored
Add FunctionURLConfig resource (#44)
Issue aws-controllers-k8s/community#1384 Description of changes: - Generate `FunctionURLConfig` resource - Add e2e tests for Create/Update/Delete operations Signed-off-by: Amine Hilaly <[email protected]> By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e917f81 commit 4da5b6d

28 files changed

+2517
-17
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: "2022-08-11T19:32:42Z"
2+
build_date: "2022-08-14T23:45:36Z"
33
build_hash: 87477ae8ca8ac6ddb8c565bbd910cc7e30f55ed0
44
go_version: go1.18.1
55
version: v0.19.3
6-
api_directory_checksum: 3c3c74f14b359bf55495aabc720fddbe21254966
6+
api_directory_checksum: 871da9cb72b7c4752be84b24869a5c083c6e80ff
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.44.60
99
generator_config_info:
10-
file_checksum: 6eb0aca0b19db6cf5fcb510de34fc3a7f5a74cac
10+
file_checksum: 5ad03a60a59749711f687c6ffb7b01a5bf7f28e2
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/function_url_config.go

Lines changed: 99 additions & 0 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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ignore:
44
# Alias
55
# CodeSigningConfig
66
# EventSourceMapping
7-
- FunctionUrlConfig
7+
# FunctionUrlConfig
88
resources:
99
Function:
1010
fields:
@@ -87,4 +87,10 @@ resources:
8787
sdk_update_post_build_request:
8888
template_path: hooks/eventsourcemapping/sdk_update_post_build_request.go.tpl
8989
tags:
90-
ignore: true
90+
ignore: true
91+
FunctionUrlConfig:
92+
tags:
93+
ignore: true
94+
fields:
95+
FunctionName:
96+
is_primary_key: true

apis/v1alpha1/types.go

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)