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 - ReadWriteOnce
resources: resources:
requests: requests:
storage: 3 storage: 3Gi

View File

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

View File

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

View File

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

View File

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