Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + func ComponentExists(client kclient.Client, name string) (bool, error) + func ConvertEnvs(vars []common.Env) []corev1.EnvVar + func ConvertPorts(endpoints []common.Endpoint) ([]corev1.ContainerPort, error) + func GetContainers(devfileObj devfileParser.DevfileObj) ([]corev1.Container, error) + func GetEndpoints(data data.DevfileData) (map[int32]common.Endpoint, error) + func GetResourceReqs(comp common.DevfileComponent) corev1.ResourceRequirements + func UpdateContainerWithEnvFrom(containers []corev1.Container, devfile devfileParser.DevfileObj, ...) ([]corev1.Container, error) + func UpdateContainersWithSupervisord(devfileObj devfileParser.DevfileObj, containers []corev1.Container, ...) ([]corev1.Container, error) Incompatible versions in this module v2.0.0-alpha-2+incompatible Aug 13, 2020