Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement resource ReceiptRuleSet
Browse files Browse the repository at this point in the history
Signed-off-by: cpu1 <[email protected]>
cPu1 committed Nov 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 21d65f9 commit 177da68
Showing 28 changed files with 2,202 additions and 13 deletions.
6 changes: 3 additions & 3 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: "2024-11-15T10:21:56Z"
build_date: "2024-11-15T10:41:37Z"
build_hash: 9715a2a715317a76ae83825294ca50cde9afd97b
go_version: go1.22.5
version: v0.39.1-4-g9715a2a
api_directory_checksum: 3d3ca082ed59a9e43ed3f0e3ca4462c926d548fc
api_directory_checksum: 321ba64ffa258789823c7b8cc23a8d9d75c1080c
api_version: v1alpha1
aws_sdk_go_version: v1.55.5
generator_config_info:
file_checksum: 0178bde0d5f5a62790ad9c1802857661f7bcc078
file_checksum: aa1c1fc94f2d60cd59b79690003ca0ac3f82b120
original_file_name: generator.yaml
last_modification:
reason: API generation
18 changes: 17 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ ignore:
- CustomVerificationEmailTemplate
- ReceiptFilter
- ReceiptRule
- ReceiptRuleSet
# - ReceiptRuleSet
- Template

field_paths:
@@ -40,3 +40,19 @@ resources:
template_path: hooks/configuration_set/sdk_create_post_build_request.go.tpl
sdk_read_one_post_request:
template_path: hooks/configuration_set/sdk_read_one_post_request.go.tpl

ReceiptRuleSet:
fields:
RuleSetName:
is_primary_key: true
is_immutable: true
update_operation:
custom_method_name: customUpdate
tags:
ignore: true
exceptions:
terminal_codes:
- AlreadyExists
hooks:
sdk_read_one_post_request:
template_path: hooks/receipt_rule_set/sdk_read_one_post_request.go.tpl
74 changes: 74 additions & 0 deletions apis/v1alpha1/receipt_rule_set.go

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

155 changes: 147 additions & 8 deletions apis/v1alpha1/types.go

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

Loading

0 comments on commit 177da68

Please sign in to comment.