INNER CODE UNIT · Go
NewDeleteConfig
vmware-tanzu/sonobuoy · pkg/client/defaults.go:41
func NewDeleteConfig() *DeleteConfig {
return &DeleteConfig{
Namespace: config.DefaultNamespace,
EnableRBAC: true,
DeleteAll: false,
}
}
// NewLogConfig is a LogConfig with follow disabled and default images.
func NewLogConfig() *LogConfig {
return &LogConfig{
Follow: false,
Namespace: config.DefaultNamespace,
Out: os.Stdout,
}
}