mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
[trivial]fix function name in comment
This commit is contained in:
parent
eed2a711e1
commit
a70ec5ba40
@ -87,7 +87,7 @@ type LogsOptions struct {
|
||||
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 {
|
||||
o := &LogsOptions{}
|
||||
cmd := &cobra.Command{
|
||||
|
Loading…
Reference in New Issue
Block a user