generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 60
Add support for ManagedPrefixLists in EC2 controller #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alexcristi
wants to merge
20
commits into
aws-controllers-k8s:main
Choose a base branch
from
alexcristi:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
8bb8de5
Add support for ManagedPrefixLists in EC2 controller
alexcristi 834413f
Fix templates
alexcristi 9396c33
Fix filter logic
alexcristi 197b2d0
Update integration tests
alexcristi c085efd
Update integration tests - fix status assertion too early
alexcristi 1b566d5
Integrate CR feedback - integration tests update
alexcristi 5ee025c
Wait on condition ACK.ResourceSynced on update test
alexcristi 873ebd1
Integrate CR feedback - code cleanup
alexcristi 88e3db6
Integrate CR feedback - tags
alexcristi bcf7f95
Integrate CR feedback - use prefixListID as the only filter
alexcristi 2219e73
Add managedprefixlists to role-reader/writer helm templates
alexcristi 1306caf
Regenerated with the correct versions
alexcristi 3e36e28
Regenerated with v0.16.2
alexcristi 510b3ce
Regenerate with default upstream settings
alexcristi 031e6f1
Integrate CR feedback by michaelhtm
alexcristi 515e4b9
Update test data
alexcristi 8770385
Refactor hooks code
alexcristi 21d8afb
Fix update logic
alexcristi 81220a0
Integrate CR feedback - use is_arn
alexcristi 7029c02
Regenerate after rebase
alexcristi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| ack_generate_info: | ||
| build_date: "2025-11-12T23:05:25Z" | ||
| build_date: "2025-11-13T15:03:08Z" | ||
| build_hash: c833f2d14f4fe8953663ff92f4661ae5fb01b8c8 | ||
| go_version: go1.25.4 | ||
| version: v0.53.1 | ||
| api_directory_checksum: 5a5c93e3d4865ea08d8a47b2500551112ea831b9 | ||
| api_directory_checksum: 367f0bfdcd7ddb142c0b59b0ad45288f08abebeb | ||
| api_version: v1alpha1 | ||
| aws_sdk_go_version: v1.32.6 | ||
| generator_config_info: | ||
| file_checksum: 220d17205c72ce425824ef99e0a79fbfc7c63ef2 | ||
| file_checksum: d0d6d33a5d05c555ed4539c7c19e82bbc63de468 | ||
| original_file_name: generator.yaml | ||
| last_modification: | ||
| reason: API generation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this error should be terminal..does this error require the user to change the spec of the resource?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good question. I was under the impression that once we set the prefix list max entries at creation time we cannot change that anymore. Just realized there is a "resize" feature on that in AWS, so yes, this will require the user to change the spec of the resource.