Skip to content
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

Merged
merged 10 commits into from
Sep 28, 2018
Merged

[Task] ConfigMap API #334

merged 10 commits into from
Sep 28, 2018

Conversation

WakeupTsai
Copy link
Contributor

No description provided.

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"`
Copy link
Contributor

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-io
Copy link

codecov-io commented Sep 28, 2018

Codecov Report

Merging #334 into develop will decrease coverage by 0.25%.
The diff coverage is 66.21%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ
src/configmap/configmap.go 100% <100%> (ø)
src/server/handler_configmap.go 61.08% <61.08%> (ø)
src/kubernetes/configMap.go 86.66% <86.66%> (ø)
src/server/route.go 82.27% <90.9%> (+0.64%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ded69d5...a37e3ae. Read the comment docs.

@WakeupTsai WakeupTsai force-pushed the phstsai/configmap-deployment branch 2 times, most recently from 55028d2 to 2e684cd Compare September 28, 2018 06:01
@WakeupTsai WakeupTsai force-pushed the phstsai/configmap-deployment branch from 2e684cd to d79c139 Compare September 28, 2018 06:02
@John-Lin John-Lin merged commit 6877cf2 into develop Sep 28, 2018
@John-Lin John-Lin deleted the phstsai/configmap-deployment branch October 1, 2018 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants