buildinfo

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2020 License: Apache-2.0 Imports: 1 Imported by: 23

Documentation

Overview

Package buildinfo provides build information about heat deployments.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildInfo

type BuildInfo struct {
	API    Revision `json:"api"`
	Engine Revision `json:"engine"`
}

BuildInfo represents the build information for a Heat deployment.

type GetResult

type GetResult struct {
	gophercloud.Result
}

GetResult represents the result of a Get operation.

func Get

Get retreives data for the given stack template.

func (GetResult) Extract

func (r GetResult) Extract() (*BuildInfo, error)

Extract returns a pointer to a BuildInfo object and is called after a Get operation.

type Revision

type Revision struct {
	Revision string `json:"revision"`
}

Revision represents the API/Engine revision of a Heat deployment.

Directories

Path Synopsis
orchestration_buildinfo_v1
orchestration_buildinfo_v1

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL