types

package
v0.0.0-...-d5808ce Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2021 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 FileTree

type FileTree struct {
	Nodes []FileTreeNode `json:",inline"`
}

type FileTreeNode

type FileTreeNode struct {
	Name     string         `json:"name"`
	Path     string         `json:"path"`
	Children []FileTreeNode `json:"children,omitempty"`
}

type PendingSupportBundle

type PendingSupportBundle struct {
	ID        string `json:"id"`
	AppID     string `json:"appId"`
	ClusterID string `json:"clusterId"`
}

type SupportBundle

type SupportBundle struct {
	ID         string     `json:"id"`
	Slug       string     `json:"slug"`
	AppID      string     `json:"appId"`
	Name       string     `json:"name"`
	Size       float64    `json:"size"`
	Status     string     `json:"status"`
	TreeIndex  string     `json:"treeIndex,omitempty"`
	CreatedAt  time.Time  `json:"createdAt"`
	UploadedAt *time.Time `json:"uploadedAt"`
	IsArchived bool       `json:"isArchived"`
}

type SupportBundleAnalysis

type SupportBundleAnalysis struct {
	ID          string                 `json:"id"`
	Error       string                 `json:"error"`
	MaxSeverity string                 `json:"maxSeverity"`
	Insights    []SupportBundleInsight `json:"insights"`
	CreatedAt   time.Time              `json:"createdAt"`
}

type SupportBundleInsight

type SupportBundleInsight struct {
	Key             string  `json:"key"`
	Severity        string  `json:"severity"`
	Primary         string  `json:"primary"`
	Detail          string  `json:"detail"`
	Icon            string  `json:"icon"`
	IconKey         string  `json:"iconKey"`
	DesiredPosition float64 `json:"desiredPosition"`
}

Jump to

Keyboard shortcuts

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