Documentation ¶
Overview ¶
Package stackresources provides operations for working with stack resources. A resource is a template artifact that represents some component of your desired architecture (a Cloud Server, a group of scaled Cloud Servers, a load balancer, some configuration management system, and so forth).
Index ¶
- func Find(c *gophercloud.ServiceClient, stackName string) os.FindResult
- func Get(c *gophercloud.ServiceClient, stackName, stackID, resourceName string) os.GetResult
- func List(c *gophercloud.ServiceClient, stackName, stackID string, ...) pagination.Pager
- func ListTypes(c *gophercloud.ServiceClient) pagination.Pager
- func Metadata(c *gophercloud.ServiceClient, stackName, stackID, resourceName string) os.MetadataResult
- func Schema(c *gophercloud.ServiceClient, resourceType string) os.SchemaResult
- func Template(c *gophercloud.ServiceClient, resourceType string) os.TemplateResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Find ¶
func Find(c *gophercloud.ServiceClient, stackName string) os.FindResult
Find retreives stack resources for the given stack name.
func Get ¶
func Get(c *gophercloud.ServiceClient, stackName, stackID, resourceName string) os.GetResult
Get retreives data for the given stack resource.
func List ¶
func List(c *gophercloud.ServiceClient, stackName, stackID string, opts os.ListOptsBuilder) pagination.Pager
List makes a request against the API to list resources for the given stack.
func ListTypes ¶
func ListTypes(c *gophercloud.ServiceClient) pagination.Pager
ListTypes makes a request against the API to list resource types.
func Metadata ¶
func Metadata(c *gophercloud.ServiceClient, stackName, stackID, resourceName string) os.MetadataResult
Metadata retreives the metadata for the given stack resource.
func Schema ¶
func Schema(c *gophercloud.ServiceClient, resourceType string) os.SchemaResult
Schema retreives the schema for the given resource type.
func Template ¶
func Template(c *gophercloud.ServiceClient, resourceType string) os.TemplateResult
Template retreives the template representation for the given resource type.
Types ¶
This section is empty.