...

Package pause

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

Overview ▾

Index ▾

Package files

pause.go

Variables

CmdPause is used by agnhost Cobra.

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,
}