Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdLogs = &cobra.Command{ Use: "logs", Example: `nhctl logs [podName] -c [containerName] -f=true --tail=1 --namespace nocalhost-reserved --kubeconfig=[path]`, Long: `nhctl logs [podName] -c [containerName] -t [lines] -f true --kubeconfig=[kubeconfigPath]`, Short: `Print the logs for a container in a pod or specified resource`, Run: func(cmd *cobra.Command, args []string) { RunLogs(cmd, args) }}
View Source
var LogOptions *logs.LogsOptions
Functions ¶
func InitLogOptions ¶
func InitLogOptions()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.