-
Notifications
You must be signed in to change notification settings - Fork 55
Add Route to RouteTable using ACK runtime v0.15.2
#21
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
a1ded32
RouteTable move Routes from Status to Spec
brycahta 63f6c23
add hooks for Route
brycahta f877b68
fix creating RouteTable with Routes
brycahta 7de88b1
add crud test for route
brycahta 45bcf45
add terminal condition for attempting to delete default route and test
brycahta c43e349
cleanup route table hook code
brycahta bd6c24b
fix cidr block in subnet test
brycahta 1da6376
dynamically generate compareRoute
brycahta b870365
refactor syncRoutes
brycahta 8e6dff5
update cidr block in RouteTable tests
brycahta c62f8ff
fix matchRoute logic
brycahta c90642e
add Routes to Status
brycahta 2c73566
update hook logic to populate RouteStatuses and fix test
brycahta 0863ab7
Generate create, delete and setter for Route
b23c5f3
Merge pull request #1 from RedbackThomson/route-or-route
brycahta 0117e4c
add Route comments to generator.yaml
brycahta 3fbe7a3
Remove RouteTableId from Route Spec
brycahta 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
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: "2021-11-08T20:16:44Z" | ||
build_date: "2021-11-16T19:16:05Z" | ||
build_hash: 6ce1a672eabd3908bdaa4ace356e1b58ee3e80ba | ||
go_version: go1.17 | ||
version: v0.15.2 | ||
api_directory_checksum: 231335e65c729f31ac368b1483a38c2964b3219a | ||
api_directory_checksum: 1eb52a5e544da8ce7e0a002e605254e4501296b2 | ||
api_version: v1alpha1 | ||
aws_sdk_go_version: v1.37.10 | ||
generator_config_info: | ||
file_checksum: 438c2600566029a9ab883076d641246f0a8fbb88 | ||
file_checksum: acb593a25988c80f7edc78127b9d8e859236809d | ||
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.
So clean ❤️
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.
So fresh.