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
3
vendor/github.com/vmware/govmomi/task/wait.go
generated
vendored
3
vendor/github.com/vmware/govmomi/task/wait.go
generated
vendored
@@ -17,10 +17,11 @@ limitations under the License.
|
||||
package task
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/vmware/govmomi/property"
|
||||
"github.com/vmware/govmomi/vim25/progress"
|
||||
"github.com/vmware/govmomi/vim25/types"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
type taskProgress struct {
|
||||
|
Reference in New Issue
Block a user