@@ -20,7 +20,7 @@ JSON and YAML formats are accepted.
...
@@ -20,7 +20,7 @@ JSON and YAML formats are accepted.
.PP
.PP
Please refer to the models in
Please refer to the models in
\[la]https://htmlpreview.github.io/?https://github.com/GoogleCloudPlatform/kubernetes/HEAD/docs/api-reference/definitions.html\[ra] to find if a field is mutable.
\[la]https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/HEAD/docs/api-reference/definitions.html\[ra] to find if a field is mutable.
@@ -22,7 +22,7 @@ $ kubectl get TYPE NAME \-o yaml
...
@@ -22,7 +22,7 @@ $ kubectl get TYPE NAME \-o yaml
.PP
.PP
Please refer to the models in
Please refer to the models in
\[la]https://htmlpreview.github.io/?https://github.com/GoogleCloudPlatform/kubernetes/HEAD/docs/api-reference/definitions.html\[ra] to find if a field is mutable.
\[la]https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/HEAD/docs/api-reference/definitions.html\[ra] to find if a field is mutable.
@@ -42,7 +42,7 @@ Update field(s) of a resource using strategic merge patch
...
@@ -42,7 +42,7 @@ Update field(s) of a resource using strategic merge patch
JSON and YAML formats are accepted.
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.
```
```
kubectl patch TYPE NAME -p PATCH
kubectl patch TYPE NAME -p PATCH
...
@@ -100,7 +100,7 @@ kubectl patch pod valid-pod -p '{"spec":{"containers":[{"name":"kubernetes-serve
...
@@ -100,7 +100,7 @@ kubectl patch pod valid-pod -p '{"spec":{"containers":[{"name":"kubernetes-serve
*[kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
*[kubectl](kubectl.md) - kubectl controls the Kubernetes cluster manager
###### Auto generated by spf13/cobra at 2015-08-12 16:38:35.550556305 +0000 UTC
###### Auto generated by spf13/cobra at 2015-08-12 21:51:38.836855054 +0000 UTC
@@ -44,7 +44,7 @@ JSON and YAML formats are accepted. If replacing an existing resource, the
...
@@ -44,7 +44,7 @@ JSON and YAML formats are accepted. If replacing an existing resource, the
complete resource spec must be provided. This can be obtained by
complete resource spec must be provided. This can be obtained by
$ kubectl get TYPE NAME -o yaml
$ kubectl get TYPE NAME -o yaml
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.
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=`
patch_example=`
# Partially update a node using strategic merge patch
# Partially update a node using strategic merge patch
@@ -38,7 +38,7 @@ JSON and YAML formats are accepted. If replacing an existing resource, the
...
@@ -38,7 +38,7 @@ JSON and YAML formats are accepted. If replacing an existing resource, the
complete resource spec must be provided. This can be obtained by
complete resource spec must be provided. This can be obtained by
$ kubectl get TYPE NAME -o yaml
$ kubectl get TYPE NAME -o yaml
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.`
replace_example=`# Replace a pod using the data in pod.json.
replace_example=`# Replace a pod using the data in pod.json.