bugreport

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package bugreport implements functionality related to generating bug reports.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Stdout               io.Writer
	Stderr               io.Writer
	KubeClient           kubernetes.Interface
	ControlPlaneNamepace string
	AppNamespaces        []string
	AppDeployments       []types.NamespacedName
	AppPods              []types.NamespacedName
	OutFile              string
	// contains filtered or unexported fields
}

Config is the type used to hold the bug report configuration

func (*Config) Run

func (c *Config) Run() error

Run generates a bug report from the given config

Jump to

Keyboard shortcuts

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