Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesReporter ¶
type KubernetesReporter struct { FailureCount int ArtifactsDir string // contains filtered or unexported fields }
KubernetesReporter is the struct that holds the report info.
func NewKubernetesReporter ¶
func NewKubernetesReporter(artifactsDir string) *KubernetesReporter
NewKubernetesReporter creates a new instance of the reporter.
func (*KubernetesReporter) Cleanup ¶
func (r *KubernetesReporter) Cleanup()
Cleanup cleans up the current content of the artifactsDir
func (*KubernetesReporter) Dump ¶
func (r *KubernetesReporter) Dump(kubeCli *kubernetes.Clientset, cdiClient *cdiClientset.Clientset, since time.Duration)
Dump dumps the current state of the cluster. The relevant logs are collected starting from the since parameter.
Click to show internal directories.
Click to hide internal directories.