You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("failed to stream exec: %w", err)
49
52
}
50
53
51
54
returnnil
52
55
}
56
+
57
+
// createExecutor returns the Executor or an error if one occurred.
58
+
// Adapted from a function of the same name in kubectl: https://github.com/kubernetes/kubectl/blob/d0bc9691f3166ac2586b3c948f455f78987e34de/pkg/cmd/exec/exec.go#L137
0 commit comments