mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #47217 from CaoShuFeng/trival_fix
Automatic merge from submit-queue [trivial]fix function name in comment **Release note**: ``` NONE ```
This commit is contained in:
commit
bce32b66cd
@ -85,7 +85,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{
|
||||||
|
Loading…
Reference in New Issue
Block a user