Method: Fog::ContainerInfra::OpenStack::Cluster#destroy

Defined in:
lib/fog/container_infra/openstack/models/cluster.rb

#destroyObject



39
40
41
42
43
# File 'lib/fog/container_infra/openstack/models/cluster.rb', line 39

def destroy
  requires :uuid
  service.delete_cluster(uuid)
  true
end