Merge pull request #17747 from saad-ali/fixErrorCreatingPDTry2

Refactor GCE wrapper library to allow execution from E2E test suite
This commit is contained in:
Phillip Wittrock
2015-11-25 15:57:42 -08:00
11 changed files with 256 additions and 104 deletions

View File

@@ -295,3 +295,7 @@ func (f *PersistentVolumeRecycler) GetMounter() mount.Interface {
func (f *PersistentVolumeRecycler) GetWriter() ioutil.Writer {
return nil
}
func (f *PersistentVolumeRecycler) GetHostName() string {
return ""
}