package pause
import "k8s.io/kubernetes/test/images/agnhost/pause"
Index ¶
Variables ¶
var CmdPause = &cobra.Command{ Use: "pause", Short: "Pauses the execution", Long: `Pauses the execution. Useful for keeping the containers running, so other commands can be executed.`, Args: cobra.MaximumNArgs(0), Run: pause, }
CmdPause is used by agnhost Cobra.
Source Files ¶
pause.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 3 hours ago –
Tools for package owners.