Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + func CreateDebugInfoFile(f *DefaultPortForwarder, portPair string) error + func GetDebugInfoFilePath(componentName, appName string, projectName string) string + type DefaultPortForwarder struct + func NewDefaultPortForwarder(componentName, appName string, projectName string, client *occlient.Client, ...) *DefaultPortForwarder + func (f *DefaultPortForwarder) ForwardPorts(portPair string, stopChan, readyChan chan struct{}, isExperimental bool) error + type OdoDebugFile struct + Spec OdoDebugFileSpec + func GetDebugInfo(f *DefaultPortForwarder) (OdoDebugFile, bool) + type OdoDebugFileSpec struct + App string + DebugProcessID int + LocalPort int + RemotePort int