vmware / cloud-provider-for-cloud-director

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

VKCI-312: Allow OVDC name or ID to be passed as an input parameter #365

Closed arunmk closed 7 months ago

arunmk commented 7 months ago

This change brings in the option to either use an OVDC name or an OVDC ID for all operations.

This change does not support rename of OVDC names. If a user wants to rename in the future, they can use an ID rather than a name. So the onus is shifted to the client in deciding what to use to represent OVDCs.

In the case of CPI, the client is CSE and Kubernetes CLI.