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