Skip to content

Go v2 controller #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2025
Merged
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
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