pkg

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PopeyeLog = filepath.Join(os.TempDir(), fmt.Sprintf("popeye.log"))

PopeyeLog file path to our logs.

Functions

This section is empty.

Types

type Linter

type Linter interface {
	Reporter
	Lint(context.Context) error
}

Linter represents a resource linter.

type Linters

type Linters map[string]Linter

Linters a collection of linters.

type Popeye

type Popeye struct {
	// contains filtered or unexported fields
}

Popeye a kubernetes sanitizer.

func NewPopeye

func NewPopeye(flags *k8s.Flags, log *zerolog.Logger, out *os.File) (*Popeye, error)

NewPopeye returns a new sanitizer.

func (*Popeye) Sanitize

func (p *Popeye) Sanitize()

Sanitize scans a cluster for potential issues.

type Reporter

type Reporter interface {
	MaxSeverity(res string) linter.Level
	Issues() linter.Issues
}

Reporter obtains lint reports

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳