mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	Honor ReadOnly flag from persistent-volume plugin
This commit is contained in:
		| @@ -43,7 +43,7 @@ func TestSpecSourceConverters(t *testing.T) { | ||||
| 		}, | ||||
| 	} | ||||
|  | ||||
| 	converted = NewSpecFromPersistentVolume(pv) | ||||
| 	converted = NewSpecFromPersistentVolume(pv, false) | ||||
| 	if converted.PersistentVolumeSource.AWSElasticBlockStore == nil { | ||||
| 		t.Errorf("Unexpected nil AWSElasticBlockStore: %+v", converted) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 markturansky
					markturansky