types

package
v0.0.0-...-1182063 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestInstance

type TestInstance struct {
	ID            string     `json:"id"`
	RefID         string     `json:"refId"`
	TestID        string     `json:"testId"`
	TestName      string     `json:"testName"`
	EnqueuedAt    *time.Time `json:"enqueuedAt"`
	DequeuedAt    *time.Time `json:"dequeuedAt"`
	StartedAt     *time.Time `json:"startedAt"`
	FinishedAt    *time.Time `json:"finishedAt"`
	IsSuccess     bool       `json:"isSuccess"`
	FailureReason string     `json:"failureReason"`
	IsUnsupported bool       `json:"isUnsupported"`
	IsSkipped     bool       `json:"isSkipped"`

	KurlYAML  string `json:"kurlYaml"`
	KurlURL   string `json:"kurlUrl"`
	KurlFlags string `json:"kurlFlags"`

	UpgradeYAML string `json:"upgradeYaml"`
	UpgradeURL  string `json:"upgradeUrl"`

	NumPrimaryNodes   int    `json:"numPrimaryNodes"`
	NumSecondaryNodes int    `json:"numSecondaryNodes"`
	Memory            string `json:"memory"`
	CPU               string `json:"cpu"`

	SupportbundleYAML string `json:"supportbundleYaml"`
	PreInstallScript  string `json:"preInstallScript"`
	PostInstallScript string `json:"postInstallScript"`
	PostUpgradeScript string `json:"postUpgradeScript"`

	Output string `json:"-"`

	OSName    string `json:"osName"`
	OSVersion string `json:"osVersion"`
	OSImage   string `json:"-"`
	OSPreInit string `json:"-"`
}

Jump to

Keyboard shortcuts

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