Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + const LocalhostIP + type Adapter struct + Client lclient.Client + func New(adapterContext common.AdapterContext, client lclient.Client) Adapter + func (a Adapter) ComponentInfo(command versionsCommon.DevfileCommand) (common.ComponentInfo, error) + func (a Adapter) Delete(labels map[string]string, show bool) error + func (a Adapter) DoesComponentExist(cmpName string) (bool, error) + func (a Adapter) Exec(command []string) error + func (a Adapter) Log(follow, debug bool) (io.ReadCloser, error) + func (a Adapter) Push(parameters common.PushParameters) (err error) + func (a Adapter) SupervisorComponentInfo(command versionsCommon.DevfileCommand) (common.ComponentInfo, error) + func (a Adapter) Test(testCmd string, show bool) (err error)