package liveness
import "k8s.io/kubernetes/test/images/agnhost/liveness"
Index ¶
Variables ¶
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, }
CmdLiveness is used by agnhost Cobra.
Source Files ¶
server.go
- Version
- v1.20.6
- Published
- Apr 15, 2021
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 13 minutes ago –
Tools for package owners.