supportbundle

package
v1.48.1 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2021 License: Apache-2.0 Imports: 51 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BUNDLE_PROGRESS_ERROR     supportBundleProgressUpdateType = "error"
	BUNDLE_PROGRESS_COLLECTOR supportBundleProgressUpdateType = "collector"
	BUNDLE_PROGRESS_FILETREE  supportBundleProgressUpdateType = "filetree"
	BUNDLE_PROGRESS_UPLOADED  supportBundleProgressUpdateType = "uploaded"
)
View Source
const (
	SpecDataKey = "support-bundle-spec"
)

Variables

View Source
var (
	SupportBundleNameRegex = regexp.MustCompile(`^\/?support-bundle-(\d{4})-(\d{2})-(\d{2})T(\d{2})_(\d{2})_(\d{2})\/?`)
)

Functions

func Collect

func Collect(appID string, clusterID string) (string, error)

Collect will queue collection of a new support bundle. It returns the ID of the support bundle so that the status can be queried by the front end.

func CreateBundle

func CreateBundle(requestedID string, appID string, archivePath string) (*types.SupportBundle, error)

CreateBundle will create a support bundle in the store, attempting to use the requestedID. This function uploads the archive and creates the record.

func CreateBundleForBackup

func CreateBundleForBackup(appID string, backupName string, backupNamespace string) (string, error)

func CreateRenderedSpec

func CreateRenderedSpec(appID string, sequence int64, kotsKinds *kotsutil.KotsKinds, opts DefaultTroubleshootOpts) (*troubleshootv1beta2.SupportBundle, error)

CreateRenderedSpec creates the support bundle specification from defaults and the kots app

func CreateSupportBundleAnalysis

func CreateSupportBundleAnalysis(appID string, archivePath string, bundle *types.SupportBundle) error

CreateSupportBundleAnalysis takes a support bundle, unpacks to analyze then adds the analysis to the support bundle secret

func GetBundleCommand

func GetBundleCommand(appSlug string) []string

func GetFilesContents added in v1.31.0

func GetFilesContents(bundleID string, filenames []string) (map[string][]byte, error)

GetFilesContents will return the file contents for filenames matching the filenames parameter.

func GetSpecSecretName

func GetSpecSecretName(appSlug string) string

func GetSpecURI

func GetSpecURI(appSlug string) string

func InjectDefaultAnalyzers added in v1.31.0

func InjectDefaultAnalyzers(analyzer *troubleshootv1beta2.Analyzer) error

func StartServer

func StartServer()

Types

type DefaultTroubleshootOpts added in v1.41.0

type DefaultTroubleshootOpts struct {
	Origin        string
	InCluster     bool
	DisableUpload bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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