PersistentVolumeClaimBinder implementation

This commit is contained in:
markturansky
2015-04-14 17:14:39 -04:00
parent 832973c09e
commit 242567460d
10 changed files with 845 additions and 7 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"