Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + const ProjectsVolume + const SupervisordVolume + func AddVolumeToContainer(volumeName, volumeMount string, hostConfig *container.HostConfig) *container.HostConfig + func ComponentExists(client lclient.Client, data data.DevfileData, name string) (bool, error) + func ConvertEnvs(vars []common.Env) []string + func ConvertPorts(endpoints []common.Endpoint) nat.PortSet + func DoesContainerNeedUpdating(component common.DevfileComponent, containerConfig *container.Config, ...) bool + func GetComponentContainers(client lclient.Client, componentName string) (containers []types.Container, err error) + func GetContainerIDForAlias(containers []types.Container, alias string) string + func GetContainerLabels(componentName, alias string) map[string]string + func GetProjectVolumeLabels(componentName string) map[string]string + func GetSupervisordVolumeLabels(componentName string) map[string]string