Documentation
¶
Overview ¶
Package rollout records rollout manifests and functional evidence.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClassifyFailure ¶
Types ¶
type Event ¶
type Event struct {
Time time.Time `json:"time"`
Phase string `json:"phase"`
Status string `json:"status"`
Severity string `json:"severity,omitempty"`
Message string `json:"message,omitempty"`
FailureClass string `json:"failureClass,omitempty"`
Attributes map[string]string `json:"attributes,omitempty"`
}
type Metadata ¶
type Metadata struct {
RunID string `json:"runId"`
StackKit string `json:"stackkit,omitempty"`
TenantDeploymentID string `json:"tenantDeploymentId,omitempty"`
TenantID string `json:"tenantId,omitempty"`
Environment string `json:"environment,omitempty"`
Provider string `json:"provider,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.