Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fake ¶
type Fake struct {
StreamF func(
ctx context.Context,
podSelector metav1.ListOptions,
execOpts corev1.PodExecOptions,
streamOpts remotecommand.StreamOptions,
) error
}
Fake is a fake ExecStreamer. The StreamF method should be replaced.
func (*Fake) Stream ¶
func (f *Fake) Stream( ctx context.Context, podSelector metav1.ListOptions, execOpts corev1.PodExecOptions, streamOpts remotecommand.StreamOptions, ) error
Click to show internal directories.
Click to hide internal directories.