Skip to content

Commit

Permalink
Updating ACK runtime to v0.14.1 (#3)
Browse files Browse the repository at this point in the history
Issue #, if available: aws-controllers-k8s/community#982

Description of changes:
* Updating ACK runtime to v0.14.1
* Adding e2e tests for activity and statemachine resources

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
vijtrip2 authored Sep 24, 2021
1 parent 4e5e1dc commit dbd6d17
Show file tree
Hide file tree
Showing 61 changed files with 2,738 additions and 290 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ any 'help wanted' issues is a great place to start.

[See the documentation][dev-docs] for detailed development information.

[dev-docs]: https://aws.github.io/aws-controllers-k8s/dev-docs/overview/
[dev-docs]: https://aws-controllers-k8s.github.io/community/docs/contributor-docs/overview/

## Code of Conduct

Expand Down
13 changes: 13 additions & 0 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ack_generate_info:
build_date: "2021-09-24T19:53:06Z"
build_hash: 2b0ac062dd6d305434d252b5da5ed718c801b106
go_version: go1.16.5
version: v0.14.1
api_directory_checksum: 052727e58e99cc65c011187b004eaf3d8a9bb5f4
api_version: v1alpha1
aws_sdk_go_version: v1.37.10
generator_config_info:
file_checksum: 2f88f86d9277527a7997145217e606375d179b05
original_file_name: generator.yaml
last_modification:
reason: API generation
42 changes: 37 additions & 5 deletions apis/v1alpha1/activity.go

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

8 changes: 8 additions & 0 deletions apis/v1alpha1/enums.go

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

11 changes: 11 additions & 0 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
resources:
StateMachine:
exceptions:
errors:
404:
code: StateMachineDoesNotExist
Activity:
exceptions:
errors:
404:
code: ActivityDoesNotExist
57 changes: 49 additions & 8 deletions apis/v1alpha1/state_machine.go

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

40 changes: 40 additions & 0 deletions apis/v1alpha1/types.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/zz_generated.deepcopy.go

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

Loading

0 comments on commit dbd6d17

Please sign in to comment.