Commit Graph

5 Commits

Author SHA1 Message Date
Clint Fooken ab4fff6307 Fixing go formatting issue in cloudstack cloud provider code. 2022-11-07 08:57:38 -08:00
Clint Fooken 08dfc7e20f Changing deletion logic to rely on a new helper method in ClusterStateRegistry, and remove old complicated logic. Adjust the naming of the method for cloud instance deletion from NodeExists to HasInstance. 2022-11-04 17:54:05 -07:00
Clint Fooken ea7059f4c6 Adjusting initial implementation of NodeExists to be consistent among cloud providers to return true and ErrNotImplemented. 2022-10-17 18:39:19 -07:00
Clint cf67a3004e
Implementing new cloud provider method for node deletion detection (#1)
* Adding isNodeDeleted method to CloudProvider interface. Supports detecting whether nodes are fully deleted or are not-autoscaled. Updated cloud providers to provide initial implementation of new method that will return an ErrNotImplemented to maintain existing taint-based deletion clusterstate calculation.
2022-10-17 14:58:38 -07:00
davidjumani 2d8cd4198d Adding support for Apache CloudStack cloudprovider 2020-11-11 10:24:47 +05:30