bugreport

package
v1.17.3 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: Apache-2.0 Imports: 35 Imported by: 0

Documentation

Overview

Package bugreport provides tools for assembling debug information for nomos.

Index

Constants

View Source
const (
	Namespace    = "namespaces"
	ClusterScope = "cluster"
	Raw          = "raw"
	Processed    = "processed"
)

Filepath for bugreport directory

View Source
const (
	// PolicyController policy controller
	PolicyController = Product("Policy Controller")
	// ConfigSync config sync, AKA Nomos, AKA original ACM
	ConfigSync = Product("Config Sync")
	// ConfigSyncMonitoring controller
	ConfigSyncMonitoring = Product("Config Sync Monitoring")
	// ResourceGroup controller
	ResourceGroup = Product("Resource Group")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BugReporter

type BugReporter struct {
	util.ConfigManagementClient

	ErrorList     []error
	WritingErrors []error
	// contains filtered or unexported fields
}

BugReporter handles basic data gathering tasks for generating a bug report

func New

New creates a new BugReport

func (*BugReporter) AddNomosStatusToZip

func (b *BugReporter) AddNomosStatusToZip(ctx context.Context)

AddNomosStatusToZip writes `nomos status` to bugreport zip file

func (*BugReporter) AddNomosVersionToZip

func (b *BugReporter) AddNomosVersionToZip(ctx context.Context)

AddNomosVersionToZip writes `nomos version` to bugreport zip file

func (*BugReporter) Close

func (b *BugReporter) Close()

Close closes all file streams

func (*BugReporter) EnabledServices

func (b *BugReporter) EnabledServices() map[Product]bool

EnabledServices returns the set of services that are enabled

func (*BugReporter) FetchCMSystemPods

func (b *BugReporter) FetchCMSystemPods(ctx context.Context) (rd []Readable)

FetchCMSystemPods provides a Readable for pods in the config-management-system, kube-system, resource-group-system and config-management-monitoring namespaces.

func (*BugReporter) FetchLogSources

func (b *BugReporter) FetchLogSources(ctx context.Context) []Readable

FetchLogSources provides a set of Readables for all of nomos' container logs TODO: Still need to figure out a good way to test this

func (*BugReporter) FetchResources

func (b *BugReporter) FetchResources(ctx context.Context) []Readable

FetchResources provides a set of Readables for configsync, configmanagement and resourcegroup resources.

func (*BugReporter) Open

func (b *BugReporter) Open() (err error)

Open initializes bugreport zip files

func (*BugReporter) WriteRawInZip

func (b *BugReporter) WriteRawInZip(toBeRead []Readable)

WriteRawInZip writes raw kubernetes resource to bugreport zip file

type Product

type Product string

Product describes an ACM Product

type Readable

type Readable struct {
	io.ReadCloser
	Name string
}

Readable is a read handle and an accompanying name

Jump to

Keyboard shortcuts

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