Cleanup the resources after the cluster has been stopped. After this function is called, all the non-free resources should be stopped. The cloud provider can still preserve some resources if they are free. This generic might be called multiple times. The default method does nothing.
cleanupDockerCluster(provider, cluster, deep, verbose)# S4 method for ANY
cleanupDockerCluster(provider, cluster, verbose)
S4 CloudProvider
object. The service provider.
S4 DockerCluster
object.
Logical(1), wheter all the associated resources should be removed
Integer. The verbose level, default 1.
No return value
cleanupDockerCluster,ANY-method
: The default method, do nothing.