Documentation ¶
Index ¶
- func ExecWithOptions(options ExecOptions) (string, string, bool, error)
- func KubeExec(kclient kubernetes.Interface, restConfig *rest.Config, options ExecOptions) (string, string, bool, error)
- func KubeExecWithRetry(kclient kubernetes.Interface, restConfig *rest.Config, options ExecOptions, ...) (string, string, bool, error)
- type ExecOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecWithOptions ¶
func ExecWithOptions(options ExecOptions) (string, string, bool, error)
ExecWithOptions executes a command in the specified container, returning stdout, stderr and error. `options` allowed for additional parameters to be passed.
func KubeExec ¶ added in v1.9.9
func KubeExec(kclient kubernetes.Interface, restConfig *rest.Config, options ExecOptions) (string, string, bool, error)
func KubeExecWithRetry ¶ added in v1.9.9
Types ¶
Click to show internal directories.
Click to hide internal directories.