mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
remove the repeat word in documents
Kubernetes-commit: de3cf23414efb2eb4d94e821996cd4c93e6534e4
This commit is contained in:
parent
987b623dc1
commit
588a48c6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue