-
Notifications
You must be signed in to change notification settings - Fork 929
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
Support Apollo secret #1533
Support Apollo secret #1533
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.0 #1533 +/- ##
==========================================
+ Coverage 41.93% 42.10% +0.17%
==========================================
Files 259 259
Lines 15132 15126 -6
==========================================
+ Hits 6345 6369 +24
+ Misses 8047 8017 -30
Partials 740 740
Continue to review full report at Codecov.
|
go.mod
Outdated
@@ -51,3 +51,6 @@ require ( | |||
k8s.io/apimachinery v0.16.9 | |||
k8s.io/client-go v0.16.9 | |||
) | |||
replace ( |
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.
replace内是空的,这是何意?
_ "dubbo.apache.org/dubbo-go/v3/config_center/apollo" | ||
"github.com/stretchr/testify/assert" | ||
"testing" | ||
) |
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.
Format import block please.
* add:apollo config center * fmt * fmt * fix:apollo namespace * fmt
What this PR does:
Which issue(s) this PR fixes:
Support Apollo secret #1521
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: