Fix for Support selection of datastore for dynamic provisioning in vSphere
This commit is contained in:

committed by
Ritesh H Shukla

parent
b201ac2f8f
commit
12f75f0b86
2
vendor/github.com/vmware/govmomi/property/collector.go
generated
vendored
2
vendor/github.com/vmware/govmomi/property/collector.go
generated
vendored
@@ -17,6 +17,7 @@ limitations under the License.
|
||||
package property
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
|
||||
"github.com/vmware/govmomi/vim25"
|
||||
@@ -24,7 +25,6 @@ import (
|
||||
"github.com/vmware/govmomi/vim25/mo"
|
||||
"github.com/vmware/govmomi/vim25/soap"
|
||||
"github.com/vmware/govmomi/vim25/types"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// Collector models the PropertyCollector managed object.
|
||||
|
Reference in New Issue
Block a user