@@ -18,6 +18,10 @@ Update field(s) of a resource using strategic merge patch
.PP
JSON and YAML formats are accepted.
.PP
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.
.SH OPTIONS
.PP
...
...
@@ -140,6 +144,9 @@ JSON and YAML formats are accepted.
// Partially update a node using strategic merge patch
@@ -18,6 +18,10 @@ Replace a resource by filename or stdin.
.PP
JSON and YAML formats are accepted.
.PP
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.
@@ -42,6 +42,8 @@ Update field(s) of a resource using strategic merge patch
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.
```
kubectl patch RESOURCE NAME -p PATCH
```
...
...
@@ -52,6 +54,9 @@ kubectl patch RESOURCE NAME -p PATCH
// Partially update a node using strategic merge patch
@@ -42,6 +42,8 @@ Replace a resource by filename or stdin.
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.
patch_long=`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.`
patch_example=`
// Partially update a node using strategic merge patch
replace_long=`Replace a resource by filename or stdin.
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.`
replace_example=`// Replace a pod using the data in pod.json.