Versions in this module Expand all Collapse all v1 v1.0.14 Oct 27, 2020 Changes in this version + const ProxyDockerImage + const ProxyPortName + const RemoteSSHProxyPort + type DeploymentBackup struct + Deployment *appsv1.Deployment + OldImage string + OldPorts []apiv1.ContainerPort + type Forwarder struct + func NewForwarder(view ui.View, forwardType, name, context, namespace string, ports []string, ...) (*Forwarder, error) + func (f *Forwarder) Forward() error + func (f *Forwarder) GetForwardType() string + func (f *Forwarder) GetReadyChannel() chan struct{} + func (f *Forwarder) GetStopChannel() chan struct{} + func (f *Forwarder) Stop() error + type Logstreamer struct + func NewLogstreamer(view ui.View, podName string) *Logstreamer + func (l *Logstreamer) Write(b []byte) (int, error)