Skip to content

Commit d2e3935

Browse files
authoredFeb 19, 2025··
remove getImmutableFieldChanges references (#22)
fix aws-controllers-k8s/code-generator#565 Description of changes: Remove getImmutableFieldChanges from hooks to support cel immutability By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent fee0ca2 commit d2e3935

File tree

6 files changed

+4
-64
lines changed

6 files changed

+4
-64
lines changed
 
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-02-18T00:59:53Z"
2+
build_date: "2025-02-19T01:16:45Z"
33
build_hash: 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
4-
go_version: go1.23.6
4+
go_version: go1.24.0
55
version: v0.43.0
66
api_directory_checksum: 369151cc5e6dd225e3d5c9b6167837ea63705fa1
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: e0785b59e36c93cf46cdc4af6459106cd1f8051c
10+
file_checksum: 729b214eabf642ee5fbc89c822320e00cc1d9786
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

‎apis/v1alpha1/generator.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ resources:
2020
list_operation:
2121
match_fields:
2222
- Name
23-
update_operation:
24-
custom_method_name: customUpdate
2523
renames:
2624
operations:
2725
DescribeConfigurationSet:

‎generator.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ resources:
2020
list_operation:
2121
match_fields:
2222
- Name
23-
update_operation:
24-
custom_method_name: customUpdate
2523
renames:
2624
operations:
2725
DescribeConfigurationSet:

‎pkg/resource/configuration_set/hooks.go

-18
This file was deleted.

‎pkg/resource/configuration_set/sdk.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pkg/util/immutable_resource.go

-38
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.