import "istio.io/istio/tools/bug-report/pkg/content"
GetAnalyze returns the output of istioctl analyze.
GetCRs returns CR contents for all CRDs in the cluster.
GetClusterContext returns the cluster context.
GetClusterInfo returns the cluster info.
GetCoredumps returns coredumps for the given namespace/pod/container.
GetDescribePods returns describe pods for istioNamespace.
GetEvents returns events for all namespaces.
GetIstiodInfo returns internal Istiod debug info.
GetK8sResources returns all k8s cluster resources.
GetNetstat returns netstat for the given container.
GetProxyInfo returns internal proxy debug info.
GetSecrets returns all k8s secrets. If full is set, the secret contents are also returned.
type Params struct { Client kube.ExtendedClient DryRun bool Verbose bool ClusterVersion string Namespace string IstioNamespace string Pod string Container string }
Params contains parameters for running a kubectl fetch command.
func (p *Params) SetClient(client kube.ExtendedClient) *Params
Package content imports 14 packages (graph) and is imported by 1 packages. Updated 2020-11-14. Refresh now. Tools for package owners.