-
Notifications
You must be signed in to change notification settings - Fork 295
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
🌱 Fix deprecated markers across codebase #2393
🌱 Fix deprecated markers across codebase #2393
Conversation
Signed-off-by: killianmuldoon <[email protected]>
f5998a9
to
13a6519
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2393 +/- ##
==========================================
+ Coverage 60.74% 60.85% +0.11%
==========================================
Files 164 164
Lines 9473 9473
==========================================
+ Hits 5754 5765 +11
+ Misses 3301 3294 -7
+ Partials 418 414 -4
☔ View full report in Codecov by Sentry. |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi 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 |
LGTM label has been added. Git tree hash: 7ce31c35c2b4ffdd6a544a6cbd68a667630d9835
|
// This is deprecated and is introduced only for smoother transitions. | ||
// This will be released in a future release. | ||
// | ||
// Deprecated: legacyDefaultNetworkLabel will be removed in a future release. | ||
legacyDefaultNetworkLabel = "capw.vmware.com/is-default-network" |
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.
We probably should have a follow-up issue to figure when / how we can get rid of the capw labels - original issue is here: #1483
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.
Follow-up #2394
Cleanup to fix deprecated markers across the codebase so that they meet the go api deprecation standard.