type PFClient struct {
// contains filtered or unexported fields
}
func NewPFClient(execClient exec.Client) *PFClient
func (o *PFClient) GetForwardedPorts() map[string][]v1alpha2.Endpoint
func (o *PFClient) StartPortForwarding( ctx context.Context, devFileObj parser.DevfileObj, componentName string, debug bool, randomPorts bool, out io.Writer, errOut io.Writer, definedPorts []api.ForwardedPort, customAddress string, ) error
func (o *PFClient) StopPortForwarding(ctx context.Context, componentName string)