remove the repeat word in documents
Kubernetes-commit: de3cf23414efb2eb4d94e821996cd4c93e6534e4
This commit is contained in:
parent
987b623dc1
commit
588a48c6ab
|
|
@ -76,7 +76,7 @@ func NewCreateCronJobOptions(ioStreams genericclioptions.IOStreams) *CreateCronJ
|
|||
}
|
||||
}
|
||||
|
||||
// NewCmdCreateCronJob is a command to to create CronJobs.
|
||||
// NewCmdCreateCronJob is a command to create CronJobs.
|
||||
func NewCmdCreateCronJob(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command {
|
||||
o := NewCreateCronJobOptions(ioStreams)
|
||||
cmd := &cobra.Command{
|
||||
|
|
|
|||
Loading…
Reference in New Issue