Method: Fog::ContainerInfra::OpenStack::Cluster#create
- Defined in:
- lib/fog/container_infra/openstack/models/cluster.rb
#create ⇒ Object
25 26 27 28 29 |
# File 'lib/fog/container_infra/openstack/models/cluster.rb', line 25 def create requires :name, :cluster_template_id merge_attributes(service.create_cluster(attributes).body) self end |