Skip to content

Commit 2698b85

Browse files
authored
Add CodeSigningConfig resource (#8)
Issue aws-controllers-k8s/community#238 Description of changes: - Adds create, delete and update operations for `CodeSigningConfig` resource in the AWS Lambda API. - Adds end2end tests to deploy lambda code signing configurations using ACK controller. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Issue #, if available: Description of changes: By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent cdd33c9 commit 2698b85

30 files changed

+2075
-16
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: "2021-11-15T20:14:43Z"
2+
build_date: "2021-11-16T12:37:54Z"
33
build_hash: 6ce1a672eabd3908bdaa4ace356e1b58ee3e80ba
44
go_version: go1.16.4
55
version: v0.15.2
6-
api_directory_checksum: 4428fa4b4df55d74a03fdf9a07175103b343fb05
6+
api_directory_checksum: 9edcdeb5504334fb9dc37860640203bf978f2781
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.40.28
99
generator_config_info:
10-
file_checksum: b38e2f54cb069b91ac92cc95ff8945903ce1e1f2
10+
file_checksum: b80756602eb2c154d469f6192b8de9810f5acd10
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/code_signing_config.go

Lines changed: 79 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ignore:
22
resource_names:
33
# Function
44
# Alias
5-
- CodeSigningConfig
5+
# CodeSigningConfig
66
- EventSourceMapping
77
shape_names:
88
- LayerList

apis/v1alpha1/types.go

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

apis/v1alpha1/zz_generated.deepcopy.go

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

cmd/controller/main.go

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