# File lib/fog/container_infra/openstack/models/cluster_templates.rb, line 11 def all load_response(service.list_cluster_templates, 'clustertemplates') end
# File lib/fog/container_infra/openstack/models/cluster_templates.rb, line 15 def get(cluster_template_uuid_or_name) resource = service.get_cluster_template(cluster_template_uuid_or_name).body new(resource) rescue Fog::ContainerInfra::OpenStack::NotFound nil end