Skip to content

Commit b36c2cb

Browse files
authored
remove Model, IntegrationResponse and RouteResponse resources (#28)
Description of changes: * ignore Model, IntegrationResponse and RouteResponse resources * these resources are not supported for HTTP APIs. These resources can be added when apigatewayv2 controller adds support for WebSocket APIs * Leaving non-usable and non-tested resources is not a best practice so ignoring them for now. * Updated README.md and olmconfig.yaml with necessary details By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e7b0f4b commit b36c2cb

Some content is hidden

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

50 files changed

+40
-5791
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Please [log issues][ack-issues] and feedback on the main AWS Controllers for
77
Kubernetes Github project.
88

99
```
10-
NOTE: Currently APIMapping and DomainName resource are not supported.
11-
These resource will be added in future releases.
10+
NOTE: Currently only HTTP APIs are supported. WebSocket API support will be added soon.
11+
For HTTP APIs, DomainName and APIMapping resource support will be added soon.
1212
```
1313

1414
[ack-issues]: https://github.com/aws/aws-controllers-k8s/issues
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2022-03-02T17:59:56Z"
3-
build_hash: b4d75df08c236e291a24e18c612b9df6cc5c0ccb
2+
build_date: "2022-03-02T21:33:14Z"
3+
build_hash: ade2429bb444ab635916395ea5773d141ba135e1
44
go_version: go1.17.5
5-
version: v0.17.1
6-
api_directory_checksum: feab12a6584c3a4a21706c7cc4791599c6afafc7
5+
version: v0.17.2
6+
api_directory_checksum: b98cf468e3704663b922b51293db3aab00e16cbc
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.42.0
99
generator_config_info:
10-
file_checksum: a1e3214036d08cd3443d3de3d6398a868c2131b7
10+
file_checksum: 851121fe11436e5c8584a366cb634e2dcdc7766a
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
ignore:
22
resource_names:
3+
# DomainName is ignored due to lack of Public DNS setup in e2e testing
34
- DomainName
5+
# ApiMapping is ignored due to lack of Public DNS setup in e2e testing
46
- ApiMapping
7+
# Model is not supported for HTTP APIs. Remove when adding support for WebSocket APIs
8+
- Model
9+
# IntegrationResponse is not supported for HTTP APIs. Remove when adding support for WebSocket APIs
10+
- IntegrationResponse
11+
# RouteResponse is not supported for HTTP APIs. Remove when adding support for WebSocket APIs
12+
- RouteResponse
513
resources:
614
Api:
715
fields:

apis/v1alpha1/integration_response.go

Lines changed: 0 additions & 84 deletions
This file was deleted.

apis/v1alpha1/model.go

Lines changed: 0 additions & 81 deletions
This file was deleted.

apis/v1alpha1/route_response.go

Lines changed: 0 additions & 82 deletions
This file was deleted.

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)