Update dependency vmware/govmomi to v0.20.3
 misterikkit committed on Oct 4 govmomi is the vSphere client library used by the vSphere cloud provider and storage plugin. A bug in the SOAP client prevented storage classes that use vSphere storage policies (aka SPBM) from working. This bumps our dependency on vmware/govmomi from v0.20.1 to v0.20.3 to pick up the fix in vmware/govmomi#1498 Here are all changes in the release: https://github.com/vmware/govmomi/compare/v0.20.1...v0.20.3
This commit is contained in:
1
vendor/github.com/vmware/govmomi/vim25/soap/client.go
generated
vendored
1
vendor/github.com/vmware/govmomi/vim25/soap/client.go
generated
vendored
@@ -169,6 +169,7 @@ func (c *Client) NewServiceClient(path string, namespace string) *Client {
|
||||
|
||||
client := NewClient(u, c.k)
|
||||
client.Namespace = "urn:" + namespace
|
||||
client.Transport.(*http.Transport).TLSClientConfig = c.Transport.(*http.Transport).TLSClientConfig
|
||||
if cert := c.Certificate(); cert != nil {
|
||||
client.SetCertificate(*cert)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user