Updating docs/ to v1

This commit is contained in:
Kris Rousey
2015-06-05 12:47:15 -07:00
parent 640c40da65
commit 6e83eb2636
41 changed files with 116 additions and 117 deletions

View File

@@ -348,7 +348,7 @@ No other variables are defined.
Notice the `$(var)` syntax.
```yaml
apiVersion: v1beta3
apiVersion: v1
kind: Pod
metadata:
name: expansion-pod
@@ -366,7 +366,7 @@ spec:
#### In a pod: building a URL using downward API
```yaml
apiVersion: v1beta3
apiVersion: v1
kind: Pod
metadata:
name: expansion-pod