package
Version:
v0.0.0-...-56e5f01
Opens a new window with list of versions in this module.
Published: Sep 30, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package buildinfo provides build information about heat deployments.
type BuildInfo struct {
API Revision `json:"api"`
Engine Revision `json:"engine"`
}
BuildInfo represents the build information for a Heat deployment.
type GetResult struct {
gophercloud.Result
}
GetResult represents the result of a Get operation.
func Get(c *gophercloud.ServiceClient) (r GetResult)
Get retreives data for the given stack template.
Extract returns a pointer to a BuildInfo object and is called after a
Get operation.
type Revision struct {
Revision string `json:"revision"`
}
Revision represents the API/Engine revision of a Heat deployment.
Source Files
¶
Directories
¶
orchestration_buildinfo_v1
|
orchestration_buildinfo_v1 |
Click to show internal directories.
Click to hide internal directories.