ran make generate-docs again

pull/11366/head
Steven Powell 2021-05-11 12:06:52 -07:00
parent 83366b7929
commit 8e696da904
1 changed files with 4 additions and 8 deletions

View File

@ -142,9 +142,10 @@ minikube image load image.tar
### Options
```
--daemon Cache image from docker daemon
--pull Pull the remote image (no caching)
--remote Cache image from remote registry
--daemon Cache image from docker daemon
--over-write Over write the existing image if the name:tag of the images are the same (default true)
--pull Pull the remote image (no caching)
--remote Cache image from remote registry
```
### Options inherited from parent commands
@ -191,11 +192,6 @@ minikube image ls [flags]
$ minikube image ls
```
--daemon Cache image from docker daemon
--over-write Over write the existing image if the name:tag of the images are the same (default true)
--pull Pull the remote image (no caching)
--remote Cache image from remote registry
```
### Options inherited from parent commands