-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add Deployment definition in SDK #5611
Conversation
Signed-off-by: Yoshiki Fujikane <[email protected]>
Checking the failed test case... |
Signed-off-by: Yoshiki Fujikane <[email protected]>
// CreatedAt is the time when the deployment was created. | ||
CreatedAt int64 | ||
} | ||
|
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.
should add comment to describe what this function does/use for (like we did in L582). The name newXXX
is too confusing.
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.
@khanhtc1202
Thanks, added comment
9661323
Signed-off-by: Yoshiki Fujikane <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5611 +/- ##
==========================================
+ Coverage 26.56% 26.57% +0.01%
==========================================
Files 474 474
Lines 50535 50546 +11
==========================================
+ Hits 13423 13432 +9
- Misses 36048 36051 +3
+ Partials 1064 1063 -1 ☔ View full report in Codecov by Sentry. |
What this PR does:
as title
Why we need it:
We need some information for the Deployment itself.
I have recently added some fields for the k8s plugin and the wait approval plugin for now.
We can refine the fields later.
Which issue(s) this PR fixes:
Fixes #5530
Does this PR introduce a user-facing change?: