bugreport

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: UPL-1.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CaptureClusterSnapshot

func CaptureClusterSnapshot(kubeClient kubernetes.Interface, dynamicClient dynamic.Interface, client clipkg.Client, vzHelper pkghelpers.VZHelper, podLogs PodLogs, clusterSnapshotCtx pkghelpers.ClusterSnapshotCtx) error

CaptureClusterSnapshot selectively captures the resources from the cluster, useful to analyze the issue.

Types

type ErrorsChannel

type ErrorsChannel struct {
	ErrorMessage string `json:"errorMessage"`
}

type ErrorsChannelLogs

type ErrorsChannelLogs struct {
	PodName      string `json:"podName"`
	ErrorMessage string `json:"errorMessage"`
}

type PodLogs added in v1.4.4

type PodLogs struct {
	IsPodLog bool
	Duration int64
}

type Pods added in v1.4.4

type Pods struct {
	Namespace string
	PodList   []corev1.Pod
}

Jump to

Keyboard shortcuts

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