pub fn destroy(
resource: ResourceShared<'_>,
) -> Result<(State, Either<ResourceShared<'_>, ResourceExclusive<'_>>), Error>Expand description
Similar to shutdown but also attempts to destroy the cluster, i.e.
remove it entirely from the filesystem.