...

Package liveness

import "k8s.io/kubernetes/test/images/agnhost/liveness"
Overview
Index

Overview ▾

Index ▾

Package files

server.go

Variables

CmdLiveness is used by agnhost Cobra.

var CmdLiveness = &cobra.Command{
    Use:   "liveness",
    Short: "Starts a server that is alive for 10 seconds",
    Long:  "A simple server that is alive for 10 seconds, then reports unhealthy for the rest of its (hopefully) short existence",
    Args:  cobra.MaximumNArgs(0),
    Run:   main,
}