Skip to content

Commit e15b197

Browse files
committed
Integrate CR feedback - use is_arn
1 parent 9450b0f commit e15b197

File tree

7 files changed

+16
-19
lines changed

7 files changed

+16
-19
lines changed

apis/v1alpha1/ack-generate-metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ ack_generate_info:
33
build_hash: eaabefb6bd7b2be8a1baf4478f22b3310e6921c8
44
go_version: go1.24.6
55
version: v0.52.0-6-geaabefb
6-
api_directory_checksum: 494031c8233e781a536024e5f8f32ee94c1c0da4
6+
api_directory_checksum: a7997234457c34a8c548860ad160f24b632d6a11
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: da2f68e0df1c92f962757a948b758b1f33b505fe
10+
file_checksum: d0d6d33a5d05c555ed4539c7c19e82bbc63de468
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,8 @@ resources:
661661
print:
662662
path: Status.Version
663663
name: VERSION
664+
PrefixListARN:
665+
is_arn: true
664666
Entries:
665667
custom_field:
666668
list_of: AddPrefixListEntry

apis/v1alpha1/managed_prefix_list.go

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

apis/v1alpha1/zz_generated.deepcopy.go

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

config/crd/bases/ec2.services.k8s.aws_managedprefixlists.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ spec:
170170
ownerID:
171171
description: The ID of the owner of the prefix list.
172172
type: string
173-
prefixListARN:
174-
description: The Amazon Resource Name (ARN) for the prefix list.
175-
type: string
176173
state:
177174
description: The current state of the prefix list.
178175
type: string

generator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,8 @@ resources:
661661
print:
662662
path: Status.Version
663663
name: VERSION
664+
PrefixListARN:
665+
is_arn: true
664666
Entries:
665667
custom_field:
666668
list_of: AddPrefixListEntry

pkg/resource/managed_prefix_list/sdk.go

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

0 commit comments

Comments
 (0)