# Functions
NewFakeClientset instantiate fake client with informed pod.
NewFakeRemoteExecutor instantiate a FakeRemoteExecutor with stubbed error.
# Structs
FakeClientset creates a fake-client to simulate the remote-execution (exec) against a pod.
FakeRemoteExecutor implements exec.RemoteExecutor interface, part of `kubectl exec` subcommand, capturing Execute method input.