Documentation ¶
Overview ¶
orchestration_stackresources_v1
Index ¶
Constants ¶
View Source
const ListOutput = `` /* 866-byte string literal not displayed */
ListOutput represents the response body from a List request.
Variables ¶
View Source
var ListExpected = []stackresources.Resource{ { Name: "hello_world", Links: []golangsdk.Link{ { Href: "http://166.78.160.107:8004/v1/98606384f58d4ad0b3db7d0d779549ac/stacks/postman_stack/5f57cff9-93fc-424e-9f78-df0515e7f48b/resources/hello_world", Rel: "self", }, { Href: "http://166.78.160.107:8004/v1/98606384f58d4ad0b3db7d0d779549ac/stacks/postman_stack/5f57cff9-93fc-424e-9f78-df0515e7f48b", Rel: "stack", }, }, LogicalID: "hello_world", StatusReason: "state changed", UpdatedTime: time.Date(2015, 2, 5, 21, 33, 11, 0, time.UTC), CreationTime: time.Date(2015, 2, 5, 21, 33, 10, 0, time.UTC), RequiredBy: []string{}, Status: "CREATE_IN_PROGRESS", PhysicalID: "49181cd6-169a-4130-9455-31185bbfc5bf", Type: "OS::Nova::Server", }, }
ListExpected represents the expected object from a List request.
Functions ¶
func HandleListSuccessfully ¶
HandleListSuccessfully creates an HTTP handler at `/stacks/hello_world/49181cd6-169a-4130-9455-31185bbfc5bf/resources` on the test handler mux that responds with a `List` response.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.