vmware / cloud-provider-for-cloud-director

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

[VKCI-293] Add methods to allocate, release, update Ip Space Allocations #345

Closed rocknes closed 9 months ago

rocknes commented 9 months ago

Added methods : FilterIpSpacesByType AllocateIpFromIpSpace FindIpAllocationByIp FindIpAllocationByMarker MarkIpAsUsed MarkIpAsUnused ReleaseIp

Testing Done: Added the following test in ip_spaces_test.go to test all the above mentioned methods TestIpSpaceOperations


This change is Reviewable