Revert "Versioning docs and examples for v1.4.0-alpha.0."

This reverts commit cce9db3aa9.
This commit is contained in:
Dawn Chen
2016-06-10 16:46:46 -07:00
parent 9ee6809586
commit 88de86fcb9
406 changed files with 10393 additions and 2979 deletions

View File

@@ -45,7 +45,7 @@ const (
JSON and YAML formats are accepted.
Please refer to the models in https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/blob/v1.4.0-alpha.0/docs/api-reference/v1/definitions.html to find if a field is mutable.`
Please refer to the models in https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/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}}'