package
Version:
v1.1.21
Opens a new window with list of versions in this module.
Published: May 2, 2023
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.
GetResult represents the result of a Get operation.
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.