app

package
v1.0.0-beta.6 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2020 License: Apache-2.0 Imports: 3 Imported by: 19

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppDescription = "Run your custom cluster-wide scripts in reaction to Kubernetes events or on schedule."
View Source
var AppName = "shell-operator"
View Source
var DebugFeatures = []struct {
	id      string
	enabled bool
}{
	{
		"reaper",
		false,
	},
	{
		"kubernetes-events-object-dumps",
		false,
	},
}
View Source
var DebugMessages = "no"
View Source
var JqLibraryPath = ""
View Source
var KubeConfig = ""
View Source
var KubeContext = ""
View Source
var ListenAddress = "0.0.0.0"
View Source
var ListenPort = "9115"
View Source
var LogLevel = "info"

Use info level with timestamps and a text output by default

View Source
var LogNoTime = false
View Source
var LogType = "text"
View Source
var TempDir = "/tmp/shell-operator"
View Source
var Version = "dev"
View Source
var WorkingDir = ""

Functions

func SetupGlobalSettings

func SetupGlobalSettings(kpApp *kingpin.Application)

SetupGlobalSettings init global flags with default values

func SetupLogging

func SetupLogging()

SetupLogging sets logging output

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL