Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// LogFile the path to our logs.
LogFile = filepath.Join(os.TempDir(), fmt.Sprintf("popeye.log"))
// DumpDir indicates a directory location for sanitixer reports.
DumpDir = filepath.Join(os.TempDir(), "popeye")
)
Functions ¶
This section is empty.
Types ¶
type Popeye ¶
type Popeye struct {
// contains filtered or unexported fields
}
Popeye a kubernetes sanitizer.
func NewPopeye ¶
func NewPopeye(flags *config.Flags, log *zerolog.Logger) (*Popeye, error)
NewPopeye returns a new sanitizer.
Click to show internal directories.
Click to hide internal directories.