Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // LogFile the path to our logs. LogFile = filepath.Join(os.TempDir(), "popeye.log") // DumpDir track scan report directory location. DumpDir = dumpDir() )
View Source
var DefaultDumpDir = filepath.Join(os.TempDir(), "popeye")
Functions ¶
func NopCloser ¶ added in v0.20.0
func NopCloser(i io.ReadWriter) io.ReadWriteCloser
NopCloser fake closer.
Types ¶
type Popeye ¶
type Popeye struct {
// contains filtered or unexported fields
}
Popeye represents a kubernetes linter/linter.
func (*Popeye) Do ¶ added in v0.9.1
Do implements the HTTPDoer interface to replace the standard http client push request and write to the outputTarget
func (*Popeye) SetFactory ¶ added in v0.8.0
SetFactory sets the resource factory.
Click to show internal directories.
Click to hide internal directories.