Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2025-02-20T18:23:08Z"
build_hash: a326346bd3a6973254d247c9ab2dc76790c36241
build_date: "2025-03-20T04:14:41Z"
build_hash: 0ab258c51775fd52af32e649da00d57373b20869
go_version: go1.24.0
version: v0.43.2
api_directory_checksum: 5111539ac4c4401f7da6826a1911e116e83f57a4
version: v0.43.2-6-g0ab258c
api_directory_checksum: d57b5ccdb1ec32f8049c1451687b9af274cf4324
api_version: v1alpha1
aws_sdk_go_version: 1.32.6
aws_sdk_go_version: v1.32.6
generator_config_info:
file_checksum: 6151f468bc35004a1306f250ef465e62c9ee8949
file_checksum: 5f78f46f6b055f84fc27cbe5429eab37baabc762
original_file_name: generator.yaml
last_modification:
reason: API generation
7 changes: 5 additions & 2 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ignore:
resource_names:
# # Model is not supported for HTTP APIs. Remove when adding support for WebSocket APIs
- Model
# IntegrationResponse is not supported for HTTP APIs. Remove when adding support for WebSocket APIs
- IntegrationResponse
# # IntegrationResponse is not supported for HTTP APIs. Remove when adding support for WebSocket APIs
# - IntegrationResponse
# RouteResponse is not supported for HTTP APIs. Remove when adding support for WebSocket APIs
- RouteResponse
field_paths:
Expand Down Expand Up @@ -134,6 +134,9 @@ resources:
path: Spec.DomainName
tags:
ignore: true
IntegrationResponse:
tags:
ignore: true
operations:
CreateApi:
custom_implementation: customCreateApi
108 changes: 108 additions & 0 deletions apis/v1alpha1/integration_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/v1alpha1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

173 changes: 170 additions & 3 deletions apis/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/controller/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading