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.33.2 (latest)
- Published
- Jun 17, 2025
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 1 hour ago –
Tools for package owners.