-
Notifications
You must be signed in to change notification settings - Fork 172
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: support to reference other components vars #7155
feat: support to reference other components vars #7155
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7155 +/- ##
==========================================
+ Coverage 64.77% 64.81% +0.03%
==========================================
Files 338 338
Lines 41842 41883 +41
==========================================
+ Hits 27104 27147 +43
- Misses 12372 12373 +1
+ Partials 2366 2363 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
apis/apps/v1alpha1/type.go
Outdated
// and the value will be presented in the following format: podName1,podName2... | ||
// | ||
// +optional | ||
PodNames *VarOption `json:"podNames,omitempty"` |
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.
consider calling it InstanceNames
? as Instance has been defined as the fundmental unit of KB from the 4-layer model.
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.
consider calling it
InstanceNames
? as Instance has been defined as the fundmental unit of KB from the 4-layer model.
fixed
/approve |
/cherry-pick release-0.9 |
🤖 says: cherry pick action finished successfully 🎉! |
(cherry picked from commit aa9497f)
No description provided.