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

@@ -98,7 +98,7 @@ An administrator provisions storage by posting PVs to the API. Various way to a
POST:
kind: PersistentVolume
apiVersion: v1beta3
apiVersion: v1
metadata:
name: pv0001
spec:
@@ -128,7 +128,7 @@ The user must be within a namespace to create PVCs.
POST:
kind: PersistentVolumeClaim
apiVersion: v1beta3
apiVersion: v1
metadata:
name: myclaim-1
spec:
@@ -179,7 +179,7 @@ The claim holder owns the claim and its data for as long as the claim exists. T
POST:
kind: Pod
apiVersion: v1beta3
apiVersion: v1
metadata:
name: mypod
spec: