change HEAD to blob/HEAD, and add blob in versioned-docs.sh

This commit is contained in:
Chao Xu
2015-11-16 17:13:49 -08:00
parent 65c285f5ab
commit 0c913ed5a1
14 changed files with 14 additions and 14 deletions

View File

@@ -109,7 +109,7 @@ pods/hello-world
`kubectl create --validate` currently warns about problems it detects, but creates the resource anyway, unless a required field is absent or a field value is invalid. Unknown API fields are ignored, so be careful. This pod was created, but with no `command`, which is an optional field, since the image may specify an `Entrypoint`.
View the [Pod API
object](https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/HEAD/docs/api-reference/v1/definitions.html#_v1_pod)
object](https://htmlpreview.github.io/?https://github.com/kubernetes/kubernetes/blob/HEAD/docs/api-reference/v1/definitions.html#_v1_pod)
to see the list of valid fields.
## Environment variables and variable expansion