Skip to content

Commit

Permalink
Go v2 controller (#86)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • Loading branch information
rushmash91 authored Feb 5, 2025
1 parent 09b0c7b commit b925135
Show file tree
Hide file tree
Showing 35 changed files with 786 additions and 679 deletions.
14 changes: 7 additions & 7 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-01-23T02:35:55Z"
build_hash: 2442aa071c05fcdf54841e63abd5f91d1951e152
go_version: go1.23.5
version: v0.41.0
api_directory_checksum: ccee1b4810828db7457ca421f6bab5f087ce5b5c
build_date: "2025-02-05T20:53:21Z"
build_hash: 3d74f13b9de7134b4c76ab7526a9c578c4857602
go_version: go1.23.4
version: v0.41.0-18-g3d74f13
api_directory_checksum: e3a6c7a62fcea61f2120123949ca1acf059daf87
api_version: v1alpha1
aws_sdk_go_version: v1.44.93
aws_sdk_go_version: v1.32.6
generator_config_info:
file_checksum: c50c82ea4d670f242a21232604a24a9d83fbcee8
file_checksum: b1b00ca490a74a665051cc37197f318ab5920f15
original_file_name: generator.yaml
last_modification:
reason: API generation
3 changes: 3 additions & 0 deletions apis/v1alpha1/alias.go

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

144 changes: 97 additions & 47 deletions apis/v1alpha1/enums.go

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

7 changes: 4 additions & 3 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ resources:
DeleteAlias:
input_fields:
AliasName: Name
exceptions:
terminal_codes:
- ValidationException
hooks:
sdk_read_many_pre_set_output:
template_path: hooks/alias/sdk_read_many_pre_set_output.go.tpl
Expand Down Expand Up @@ -82,4 +79,8 @@ ignore:
- CustomKeyStore
field_paths:
- CreateKeyInput.CustomerMasterKeySpec
- CreateKeyInput.XksKeyId
- KeyMetadata.CustomerMasterKeySpec
- KeyMetadata.KeyAgreementAlgorithms
- KeyMetadata.XksKeyConfiguration
- CreateGrantInput.DryRun
Loading

0 comments on commit b925135

Please # to comment.