Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var ( // Cmd is the exported cobra command which sleeps Cmd = &cobra.Command{ Use: "sleep", Short: "Sleeps for 30s. Required because scratch containers don't have a sleep binary", Run: func(cmd *cobra.Command, args []string) { main() }, } ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files sleep.go Click to show internal directories. Click to hide internal directories.