pkg

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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(c *config.Config, out io.Writer) *Popeye

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 🇻🇳