Remove extra space

This commit is contained in:
Mohamed Chiheb Ben Jemaa 2021-07-08 17:29:15 +01:00
parent 60b719b98b
commit ae80370f4f

View File

@ -58,7 +58,7 @@ func (f *Framework) ExecWithOptions(options ExecOptions) (string, string, error)
const tty = false
Logf("ExecWithOptions: Clientset creation ")
Logf("ExecWithOptions: Clientset creation")
req := f.ClientSet.CoreV1().RESTClient().Post().
Resource("pods").
Name(options.PodName).