mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Remove extra space
This commit is contained in:
parent
60b719b98b
commit
ae80370f4f
@ -58,7 +58,7 @@ func (f *Framework) ExecWithOptions(options ExecOptions) (string, string, error)
|
|||||||
|
|
||||||
const tty = false
|
const tty = false
|
||||||
|
|
||||||
Logf("ExecWithOptions: Clientset creation ")
|
Logf("ExecWithOptions: Clientset creation")
|
||||||
req := f.ClientSet.CoreV1().RESTClient().Post().
|
req := f.ClientSet.CoreV1().RESTClient().Post().
|
||||||
Resource("pods").
|
Resource("pods").
|
||||||
Name(options.PodName).
|
Name(options.PodName).
|
||||||
|
Loading…
Reference in New Issue
Block a user