Documentation
¶
Index ¶
- func GetClientConfig() *rest.Config
- func GetPodContainerLogs(ctx context.Context, namespace string, podName string, containerName string, ...) (string, error)
- func InitializeOperatorCoreClientSet()
- func RunCommandInPod(command, containerName, podName, namespace string, stdin io.Reader) (string, error)
- func RunCommandInPodWithContextAndTimeout(ctx context.Context, timeout time.Duration, ...) (string, error)
- func RunCommandInPodWithTimeout(timeout time.Duration, command, containerName, podName, namespace string, ...) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientConfig ¶
func GetPodContainerLogs ¶
func InitializeOperatorCoreClientSet ¶
func InitializeOperatorCoreClientSet()
func RunCommandInPod ¶
func RunCommandInPod(command, containerName, podName, namespace string, stdin io.Reader) (string, error)
RunCommandInPod runs a command in a container with default 10 sec timeout
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.