diff options
| author | Kris Rousey <krousey@google.com> | 2015-06-05 12:47:15 -0700 |
|---|---|---|
| committer | Kris Rousey <krousey@google.com> | 2015-06-05 14:09:49 -0700 |
| commit | db372e1f640d4b903c228d6e0d536f55206a2bd2 (patch) | |
| tree | dac9febf831fc98146a0ca17b04285069ddb7104 /persistent-storage.md | |
| parent | 1bb3ed53eeed2d0cc493f7974b09e4168c35ad9f (diff) | |
Updating docs/ to v1
Diffstat (limited to 'persistent-storage.md')
| -rw-r--r-- | persistent-storage.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/persistent-storage.md b/persistent-storage.md index b52e6b71..21a5650d 100644 --- a/persistent-storage.md +++ b/persistent-storage.md @@ -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: |
