-
Notifications
You must be signed in to change notification settings - Fork 502
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
Opt: add volume name label to PVC #6059
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/v2 #6059 +/- ##
==============================================
+ Coverage 69.41% 69.42% +0.01%
==============================================
Files 153 153
Lines 9684 9688 +4
==============================================
+ Hits 6722 6726 +4
Misses 2962 2962
Flags with carried forward coverage won't be shown. Click here to find out more. |
/run-pull-e2e-kind-v2 |
1 similar comment
/run-pull-e2e-kind-v2 |
apis/core/v1alpha1/common_types.go
Outdated
@@ -87,6 +87,8 @@ const ( | |||
// LabelKeyStoreID is the unique identifier of a TiKV or TiFlash store. | |||
// This label is used for backward compatibility with TiDB Operator v1, so it has a different prefix. | |||
LabelKeyStoreID = "tidb.pingcap.com/store-id" | |||
|
|||
LabelKeyVolumeName = LabelKeyPrefix + "volume-name" |
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.
add comment of this label
/run-pull-e2e-kind-v2 |
[LGTM Timeline notifier]Timeline:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csuzhangxc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What problem does this PR solve?
What is changed and how does it work?
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.