-
Notifications
You must be signed in to change notification settings - Fork 867
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(controller): Adding status.alb.canaryTargetGroup.fullName for ALB.
Fixes #2589 (#2604) * Adding status.alb.canaryTargetGroup.fullName for ALB Signed-off-by: Danil Smirnov <[email protected]> * Fixes Signed-off-by: Danil Smirnov <[email protected]> * Formatting fix Signed-off-by: Danil Smirnov <[email protected]> * Fixes Signed-off-by: Danil Smirnov <[email protected]> * Fixes Signed-off-by: Danil Smirnov <[email protected]> * Fixes Signed-off-by: Danil Smirnov <[email protected]> * Formatting fix Signed-off-by: Danil Smirnov <[email protected]> * run make codegen Signed-off-by: zachaller <[email protected]> * run make codegen Signed-off-by: zachaller <[email protected]> * ALB tests fix Signed-off-by: Danil Smirnov <[email protected]> * ALB tests fix Signed-off-by: Danil Smirnov <[email protected]> * Fixes Signed-off-by: Danil Smirnov <[email protected]> * Adding unit test Signed-off-by: Danil Smirnov <[email protected]> --------- Signed-off-by: Danil Smirnov <[email protected]> Signed-off-by: zachaller <[email protected]> Co-authored-by: zachaller <[email protected]>
- Loading branch information
1 parent
e912c71
commit cef5f06
Showing
10 changed files
with
673 additions
and
519 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -702,6 +702,9 @@ | |
}, | ||
"arn": { | ||
"type": "string" | ||
}, | ||
"fullName": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
|
Large diffs are not rendered by default.
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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
Oops, something went wrong.