PersistentVolumeClaimBinder implementation

This commit is contained in:
markturansky 2015-04-14 17:14:39 -04:00
parent aa6667bd45
commit f3f01c2acf
5 changed files with 10 additions and 3 deletions

View File

@ -7,4 +7,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 3
storage: 3Gi

View File

@ -7,4 +7,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 8
storage: 8Gi

View File

@ -4,7 +4,10 @@ metadata:
name: pv0003
spec:
capacity:
storage: 10
storage: 10Gi
accessModes:
- ReadWriteOnce
ReadOnlyMany
gcePersistentDisk:
pdName: "abc123"
fsType: "ext4"

View File

@ -7,5 +7,7 @@ metadata:
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/tmp/data01"

View File

@ -7,5 +7,7 @@ metadata:
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
hostPath:
path: "/tmp/data02"