Skip to content

Commit cf4c67f

Browse files
authored
Generate Domain resource (#2)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 6934f46 commit cf4c67f

34 files changed

+2952
-19
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2024-11-25T19:58:24Z"
3-
build_hash: 36c2d234498c2bc4f60773ab8df632af4067f43b
4-
go_version: go1.23.2
5-
version: v0.39.1
6-
api_directory_checksum: 99cb6ee94ef6a1b66e805dd4ce1b1d9dc09182c8
2+
build_date: "2024-11-26T00:33:52Z"
3+
build_hash: 9715a2a715317a76ae83825294ca50cde9afd97b
4+
go_version: go1.22.4
5+
version: v0.39.1-4-g9715a2a
6+
api_directory_checksum: 569f73d50572af0272559f961fadfb9b14824884
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.55.5
99
generator_config_info:
10-
file_checksum: a3992e3e061971f1c358a0abe697b30593946433
10+
file_checksum: 2a6fd3482e56b1548f45f130896e92f8fb76feb9
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/domain.go

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

apis/v1alpha1/enums.go

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

apis/v1alpha1/generator.yaml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
ignore:
22
resource_names:
3+
# - Domain
4+
- PackageGroup
5+
- Repository
6+
operations:
7+
DescribeDomain:
8+
operation_type:
9+
- ReadOne
10+
resource:
311
- Domain
4-
- PackageGroup
5-
- Repository
12+
resources:
13+
Domain:
14+
renames:
15+
operations:
16+
DescribeDomain:
17+
input_fields:
18+
Domain: Name
19+
DeleteDomain:
20+
input_fields:
21+
Domain: Name
22+
CreateDomain:
23+
input_fields:
24+
Domain: Name
25+
update_operation:
26+
custom_method_name: customUpdateDomain
27+
fields:
28+
Tags:
29+
compare:
30+
is_ignored: True
31+
hooks:
32+
delta_pre_compare:
33+
code: compareTags(delta, a, b)
34+
sdk_read_one_post_set_output:
35+
template_path: hooks/domain/sdk_read_one_post_set_output.go.tpl

apis/v1alpha1/types.go

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

0 commit comments

Comments
 (0)