Skip to content

Commit b57b67e

Browse files
authored
Upgrade apigatewayv2 controller to ack runtime v0.12.0 (#7)
Issue aws-controllers-k8s/community#894 * Regenrate apigatewayv2 controller with runtime v0.12.0 & aws-sdk-go v1.35.5. ( aws-sdk-go upgrade is blocked due to kubernetes-sigs/controller-tools#569 ) * Made sure multiple Apis are not created during reconciliation * Removed the support for 'APIKeySelectionExpression' field in custom update call because API Gateway team added new validation that this field should not be used. * Fixed the e2e tests and made sure they can execute successfully independent in parallel threads. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8e76b8f commit b57b67e

File tree

150 files changed

+7845
-2066
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+7845
-2066
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ack_generate_info:
2+
build_date: "2021-08-17T18:27:26Z"
3+
build_hash: 64436ce7e8d7f7356daa6888600a68da4f09a5ac
4+
go_version: go1.14.1 darwin/amd64
5+
version: v0.11.0
6+
api_directory_checksum: b6d2b18be866a317bf26756b371d24fa26e4d7a2
7+
api_version: v1alpha1
8+
aws_sdk_go_version: v1.35.5
9+
generator_config_info:
10+
file_checksum: 9d648ce9cb26d1572db8e54e82f052f25fa8f92a
11+
original_file_name: generator.yaml
12+
last_modification:
13+
reason: API generation
14+
timestamp: 2021-08-17 18:27:38.192394 +0000 UTC

apis/v1alpha1/api.go

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

apis/v1alpha1/api_mapping.go

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

apis/v1alpha1/authorizer.go

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

apis/v1alpha1/deployment.go

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

apis/v1alpha1/domain_name.go

Lines changed: 18 additions & 8 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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
resources:
2+
Api:
3+
fields:
4+
Body:
5+
from:
6+
operation: ImportApi
7+
path: Body
8+
Basepath:
9+
from:
10+
operation: ImportApi
11+
path: Basepath
12+
FailOnWarnings:
13+
from:
14+
operation: ImportApi
15+
path: FailOnWarnings
16+
Name:
17+
is_required: false
18+
ProtocolType:
19+
is_required: false
20+
update_operation:
21+
custom_method_name: customUpdateApi
22+
operations:
23+
CreateApi:
24+
custom_implementation: customCreateApi
25+
GetDomainName:
26+
primary_identifier_field_name: DomainName

0 commit comments

Comments
 (0)