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 kclient.Client) Adapter + func (k Adapter) ComponentInfo(command versionsCommon.DevfileCommand) (common.ComponentInfo, error) + func (k Adapter) Delete(labels map[string]string, show bool) error + func (k Adapter) DoesComponentExist(cmpName string) (bool, error) + func (k Adapter) Exec(command []string) error + func (k Adapter) ExecCMDInContainer(info common.ComponentInfo, cmd []string, stdOut io.Writer, stdErr io.Writer, ...) error + func (k Adapter) Log(follow, debug bool) (io.ReadCloser, error) + func (k Adapter) Logger() machineoutput.MachineEventLoggingClient + func (k Adapter) Push(parameters common.PushParameters) error + func (k Adapter) SupervisorComponentInfo(command versionsCommon.DevfileCommand) (common.ComponentInfo, error) + func (k Adapter) Test(testCmd string, show bool) error + type KubernetesContext struct + Namespace string Incompatible versions in this module v2.0.0-alpha-2+incompatible Aug 13, 2020