vmware / cloud-provider-for-cloud-director

Kubernetes External Cloud Provider for VMware Cloud Director
Other
20 stars 30 forks source link

VKCI-314: fixup regressions in using OVDC ID #367

Closed arunmk closed 7 months ago

arunmk commented 7 months ago

In some cases, the name was compared and used. This change fixes up those cases as well.

  1. There was a comparison of the identifier with the vdc.Name. This was fixed.
  2. There were numerous places where the ovdcName was used as a variable. This has also been fixed.