rewrite kubectl command references to GoogleCloudPlatform

This commit is contained in:
Mike Danese
2015-08-12 13:18:47 -07:00
parent 59da05efdf
commit fe0e758d4d
9 changed files with 12 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ const (
JSON and YAML formats are accepted.
Please refer to the models in https://htmlpreview.github.io/?https://github.com/GoogleCloudPlatform/kubernetes/HEAD/docs/api-reference/definitions.html to find if a field is mutable.`
Please refer to the models in https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/HEAD/docs/api-reference/definitions.html to find if a field is mutable.`
patch_example = `
# Partially update a node using strategic merge patch
kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}'