Documentation ¶
Overview ¶
Package stackevents provides operations for finding, listing, and retrieving stack events.
Index ¶
- func Find(c *gophercloud.ServiceClient, stackName string) os.FindResult
- func Get(c *gophercloud.ServiceClient, stackName, stackID, resourceName, eventID string) os.GetResult
- func List(c *gophercloud.ServiceClient, stackName, stackID string, ...) pagination.Pager
- func ListResourceEvents(c *gophercloud.ServiceClient, stackName, stackID, resourceName string, ...) pagination.Pager
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 events for the given stack name.
func Get ¶
func Get(c *gophercloud.ServiceClient, stackName, stackID, resourceName, eventID 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 ListResourceEvents ¶
func ListResourceEvents(c *gophercloud.ServiceClient, stackName, stackID, resourceName string, opts os.ListResourceEventsOptsBuilder) pagination.Pager
ListResourceEvents makes a request against the API to list resources for the given stack.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.