Documentation ¶
Index ¶
Constants ¶
View Source
const ( // JobTypeKey is the key for daemon types JobTypeKey = "job-type" // JobSystemd is the value to daemonise in a systemd unit .service JobSystemd = "systemd" // JobForeground is the value to daemonise the current process JobForeground = "fg" // CRIContainerd is a container runtime engine CRIContainerd = "containerd" )
Variables ¶
View Source
var ViperConfig = viper.New()
ViperConfig is a global variable for the viper configuration TODO move it to the cmd package and make it private see https://github.com/DataDog/pupernetes/issues/40
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.