diff --git a/test/e2e/storage/vsphere/config.go b/test/e2e/storage/vsphere/config.go index d5e7f7ad1c9..2c0921022d5 100644 --- a/test/e2e/storage/vsphere/config.go +++ b/test/e2e/storage/vsphere/config.go @@ -85,6 +85,11 @@ type ConfigFile struct { DefaultDatastore string `gcfg:"default-datastore"` ResourcePoolPath string `gcfg:"resourcepool-path"` } + // Tag categories and tags which correspond to "built-in node labels: zones and region" + Labels struct { + Zone string `gcfg:"zone"` + Region string `gcfg:"region"` + } } // GetVSphereInstances parses vsphere.conf and returns VSphere instances