[trivial]fix function name in comment
This commit is contained in:
@@ -87,7 +87,7 @@ type LogsOptions struct {
|
|||||||
Out io.Writer
|
Out io.Writer
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewCmdLog creates a new pod logs command
|
// NewCmdLogs creates a new pod logs command
|
||||||
func NewCmdLogs(f cmdutil.Factory, out io.Writer) *cobra.Command {
|
func NewCmdLogs(f cmdutil.Factory, out io.Writer) *cobra.Command {
|
||||||
o := &LogsOptions{}
|
o := &LogsOptions{}
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
|
Reference in New Issue
Block a user