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/session/keep_alive.go
generated
vendored
2
vendor/github.com/vmware/govmomi/session/keep_alive.go
generated
vendored
@@ -17,12 +17,12 @@ limitations under the License.
|
||||
package session
|
||||
|
||||
import (
|
||||
"context"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/vmware/govmomi/vim25/methods"
|
||||
"github.com/vmware/govmomi/vim25/soap"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
type keepAlive struct {
|
||||
|
||||
Reference in New Issue
Block a user