Skip to content

Commit 2ad34ed

Browse files
authored
Support tag management for all resources (#97)
Fixes: - aws-controllers-k8s/community#1985 - aws-controllers-k8s/community#1608 On of the last missing pieces for the eks-controller... tags management. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 0b1f8a3 commit 2ad34ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2187
-1446
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2024-01-29T07:04:36Z"
3-
build_hash: 92f531cde5631865cfc3dfa778cbc9611f3a64c3
2+
build_date: "2024-02-02T21:52:26Z"
3+
build_hash: 5b4565ec2712d29988b8123aeeed6a4af57467bf
44
go_version: go1.21.5
5-
version: v0.29.2
6-
api_directory_checksum: 485ad8b36cb1f4d10c69854ea76f8e60179a6163
5+
version: v0.29.2-4-g5b4565e
6+
api_directory_checksum: 27de3ee9e8abc019380507b219d0192bff16ea95
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.49.13
99
generator_config_info:
10-
file_checksum: 7c301b49c51d0e2a61fbb8888935136ce69aef5d
10+
file_checksum: 29e2afabc0392d05503834dc17c4fafb24b582e5
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
resources:
22
Addon:
3+
hooks:
4+
sdk_update_pre_build_request:
5+
template_path: hooks/pod_identity_association/sdk_update_pre_build_request.go.tpl
36
fields:
47
ClusterName:
58
references:
@@ -325,6 +328,13 @@ resources:
325328
index: 80
326329
priority: 1
327330
PodIdentityAssociation:
331+
hooks:
332+
sdk_update_pre_build_request:
333+
template_path: hooks/pod_identity_association/sdk_update_pre_build_request.go.tpl
334+
sdk_read_one_post_set_output:
335+
template_path: hooks/pod_identity_association/sdk_read_one_post_set_output.go.tpl
336+
sdk_create_post_set_output:
337+
template_path: hooks/pod_identity_association/sdk_create_post_set_output.go.tpl
328338
fields:
329339
ClusterName:
330340
references:

apis/v1alpha1/zz_generated.deepcopy.go

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

0 commit comments

Comments
 (0)