File: doc.go

package info (click to toggle)
golang-github-rackspace-gophercloud 1.0.0%2Bgit20161013.1012.e00690e8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,148 kB
  • ctags: 6,414
  • sloc: sh: 16; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
// Package stacks provides operation for working with Heat stacks. A stack is a
// group of resources (servers, load balancers, databases, and so forth)
// combined to fulfill a useful purpose. Based on a template, Heat orchestration
// engine creates an instantiated set of resources (a stack) to run the
// application framework or component specified (in the template). A stack is a
// running instance of a template. The result of creating a stack is a deployment
// of the application framework or component.
package stacks