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

fix(doc): enchance doc example #4

Merged
merged 1 commit into from
Jan 8, 2018
Merged

fix(doc): enchance doc example #4

merged 1 commit into from
Jan 8, 2018

Conversation

yue9944882
Copy link
Owner

@yue9944882 yue9944882 commented Jan 8, 2018

This change is Reviewable

@codecov
Copy link

codecov bot commented Jan 8, 2018

Codecov Report

Merging #4 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   63.18%   63.18%           
=======================================
  Files          10       10           
  Lines        1100     1100           
=======================================
  Hits          695      695           
  Misses        311      311           
  Partials       94       94

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 e5b3df3...7429da5. Read the comment docs.

@yue9944882 yue9944882 merged commit dd6c602 into master Jan 8, 2018
@@ -38,7 +38,7 @@ With KCL, you can operate kubernetes resources like this example:
import kubernetes "github.com/yue9944882/kubernetes-client-lambda"

// In-Cluster example
kubernetes.ReplicaSet.InCluster().InNamespace("test").NameEqual("foo-").Map(func(rs *api_ext_v1.ReplicaSet) rs*api_ext_v1.ReplicaSet {
kubernetes.ReplicaSet.InCluster().InNamespace("test").NamePrefix("foo-").Map(func(rs *api_ext_v1.ReplicaSet) rs*api_ext_v1.ReplicaSet {
// Edit in-place or clone a new one
rs.Meta.Labels["foo-label1"] = "test"
return rs
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yue9944882 yue9944882 deleted the fix-doc-example branch March 27, 2018 05:31
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.

1 participant