const defaultPodLogsTimeout … const timeout … type ClusterInfoDumpOptions … func NewCmdClusterInfoDump(restClientGetter genericclioptions.RESTClientGetter, ioStreams genericiooptions.IOStreams) *cobra.Command { … } var dumpLong … var dumpExample … func setupOutputWriter(dir string, defaultWriter io.Writer, filename string, fileExtension string) io.Writer { … } func (o *ClusterInfoDumpOptions) Complete(restClientGetter genericclioptions.RESTClientGetter, cmd *cobra.Command) error { … } func (o *ClusterInfoDumpOptions) Run() error { … }