Description Usage Arguments Value Functions
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.
1 2 3 4 | cleanupDockerCluster(provider, cluster, deep, verbose)
## S4 method for signature 'ANY'
cleanupDockerCluster(provider, cluster, verbose)
|
provider |
S4 |
cluster |
S4 |
deep |
Logical(1), wheter all the associated resources should be removed |
verbose |
Integer. The verbose level, default 1. |
No return value
cleanupDockerCluster,ANY-method
: The default method, do nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.