-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Task] ConfigMap API #334
[Task] ConfigMap API #334
Conversation
src/entity/configMap.go
Outdated
OwnerID bson.ObjectId `bson:"ownerID,omitempty" json:"ownerID" validate:"-"` | ||
Name string `bson:"name" json:"name" validate:"required,k8sname"` | ||
Namespace string `bson:"namespace" json:"namespace" validate:"required"` | ||
Data map[string]string `json:"data,omitempty" protobuf:"bytes,2,rep,name=data"` |
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 don’t use protobuf as json tag
Codecov Report
@@ Coverage Diff @@
## develop #334 +/- ##
===========================================
- Coverage 71.27% 71.01% -0.26%
===========================================
Files 65 68 +3
Lines 4184 4406 +222
===========================================
+ Hits 2982 3129 +147
- Misses 961 1019 +58
- Partials 241 258 +17
Continue to review full report at Codecov.
|
55028d2
to
2e684cd
Compare
2e684cd
to
d79c139
Compare
No description provided.