-
Notifications
You must be signed in to change notification settings - Fork 880
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
feat(alb): Surface ALB information into rollout status (#1241) #1625
feat(alb): Surface ALB information into rollout status (#1241) #1625
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1625 +/- ##
==========================================
+ Coverage 81.94% 81.96% +0.01%
==========================================
Files 115 115
Lines 15871 15884 +13
==========================================
+ Hits 13006 13019 +13
Misses 2196 2196
Partials 669 669
Continue to review full report at Codecov.
|
LGTM. Please rebase to the latest. |
pkg/apis/rollouts/v1alpha1/types.go
Outdated
@@ -711,33 +711,35 @@ type RolloutStatus struct { | |||
ObservedGeneration string `json:"observedGeneration,omitempty" protobuf:"bytes,13,opt,name=observedGeneration"` | |||
// The generation of referenced workload observed by the rollout controller | |||
// +optional | |||
WorkloadObservedGeneration string `json:"workloadObservedGeneration,omitempty" protobuf:"bytes,24,opt,name=workloadObservedGeneration"` | |||
WorkloadObservedGeneration string `json:"workloadObservedGeneration,omitempty" protobuf:"bytes,14,opt,name=workloadObservedGeneration"` |
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.
revert the file and move the change to the end.
Signed-off-by: Noam Gal <[email protected]>
Signed-off-by: Noam Gal <[email protected]>
Signed-off-by: Noam Gal <[email protected]>
Signed-off-by: Noam Gal <[email protected]>
74ceb64
to
2057078
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.