live

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const LivenessMarkerPath = "/livemarker"

LivenessMarkerPath is the file that we check to verify whether or not the web service has already exited

Variables

View Source
var (
	// Cmd is the exported cobra command which checks that the service is running
	Cmd = &cobra.Command{
		Use:   "live",
		Short: "Checks for the existence of the liveness marker file",
		Run: func(cmd *cobra.Command, args []string) {
			main()
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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