Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
Exec(pod *corev1.Pod, containerName string, command []string, stdin io.Reader, stdout, stderr io.Writer, tty bool) error
PodLogs(ctx context.Context, namespace, podName string, opts *corev1.PodLogOptions) ([]string, error)
IsPodRunning(ctx context.Context, namespace, podName string) (bool, error)
REST() restclient.Interface
}
Click to show internal directories.
Click to hide internal directories.