Skip to content

Commit 4331cb0

Browse files
authored
fix: remove non existant fields from generator.yaml (#100)
Issue [#2812](aws-controllers-k8s/community#2812) By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent f0a5678 commit 4331cb0

3 files changed

Lines changed: 5 additions & 25 deletions

File tree

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: "2026-01-07T18:51:00Z"
3-
build_hash: e743d683160cf0f58a4864e052cdcb0927335ca7
4-
go_version: go1.25.5
5-
version: v0.57.0
2+
build_date: "2026-03-10T16:20:33Z"
3+
build_hash: 5ac6c79fbc941c426d8b70cba768820fc9296542
4+
go_version: go1.26.0
5+
version: v0.58.0
66
api_directory_checksum: b612de0e7a18f2ad41155b5b645fb6676753f2ba
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: e7a3d91b9713a6f3ccb6904cd489f73afe7ff434
10+
file_checksum: c4156ee69d38bea32cd1ddac3f41da19ebcf2680
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ resources:
5858
operation: ListResourceRecordSets
5959
path: ResourceRecordSets.AliasTarget
6060
# This field cannot be ignored, but values for this will be overriden and should not be used
61-
ChangeBatch:
62-
is_required: false
6361
CidrRoutingConfig:
6462
from:
6563
operation: ListResourceRecordSets
@@ -88,7 +86,6 @@ resources:
8886
is_immutable: true
8987
ID:
9088
is_primary_key: true
91-
documentation: "ID represents the ChangeID that is returned after a successful ChangeResourceRecordSet request"
9289
MultiValueAnswer:
9390
from:
9491
operation: ListResourceRecordSets
@@ -217,13 +214,6 @@ resources:
217214
is_ignored: True
218215
HealthCheckConfig.Type:
219216
go_tag: json:"type,omitempty"
220-
is_immutable: true
221-
HealthCheckConfig.MeasureLatency:
222-
is_immutable: true
223-
HealthCheckConfig.RequestInterval:
224-
is_immutable: true
225-
HealthCheckConfig.RoutingControlArn:
226-
is_immutable: true
227217
hooks:
228218
delta_pre_compare:
229219
code: compareTags(delta, a, b)

generator.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ resources:
5858
operation: ListResourceRecordSets
5959
path: ResourceRecordSets.AliasTarget
6060
# This field cannot be ignored, but values for this will be overriden and should not be used
61-
ChangeBatch:
62-
is_required: false
6361
CidrRoutingConfig:
6462
from:
6563
operation: ListResourceRecordSets
@@ -88,7 +86,6 @@ resources:
8886
is_immutable: true
8987
ID:
9088
is_primary_key: true
91-
documentation: "ID represents the ChangeID that is returned after a successful ChangeResourceRecordSet request"
9289
MultiValueAnswer:
9390
from:
9491
operation: ListResourceRecordSets
@@ -217,13 +214,6 @@ resources:
217214
is_ignored: True
218215
HealthCheckConfig.Type:
219216
go_tag: json:"type,omitempty"
220-
is_immutable: true
221-
HealthCheckConfig.MeasureLatency:
222-
is_immutable: true
223-
HealthCheckConfig.RequestInterval:
224-
is_immutable: true
225-
HealthCheckConfig.RoutingControlArn:
226-
is_immutable: true
227217
hooks:
228218
delta_pre_compare:
229219
code: compareTags(delta, a, b)

0 commit comments

Comments
 (0)