Skip to content

Commit 81220a0

Browse files
committed
Integrate CR feedback - use is_arn
1 parent 21d8afb commit 81220a0

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

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)