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 PolicyClient policyClientset.Interface ControlPlaneNamepace string AppNamespaces []string AppDeployments []types.NamespacedName AppPods []types.NamespacedName OutFile string CollectIngress bool // contains filtered or unexported fields }
Config is the type used to hold the bug report configuration
Click to show internal directories.
Click to hide internal directories.