Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + const Memory + const MemoryDescription + const Name + const NameDescription + const OutputDevfileJsonPath + const OutputDevfileYamlPath + const Ports + const PortsDescription + func AsDevfileSupportedParameter(param string) (string, bool) + func FormatDevfileSupportedParameters() (result string) + func GetDevfileSupportedParameters() []string + type ConfigurableRepr struct + Configs []ContainerRepr + Memory string + Name string + type ContainerRepr struct + ContainerName string + EnvironmentVariables config.EnvVarList + Ports []PortRepr + type DevfileObj struct + Ctx devfileCtx.DevfileCtx + Data data.DevfileData + func Parse(path string) (d DevfileObj, err error) + func ParseFromURL(url string) (d DevfileObj, err error) + func (d *DevfileObj) WriteJsonDevfile() error + func (d *DevfileObj) WriteYamlDevfile() error + func (d DevfileObj) AddEnvVars(otherList config.EnvVarList) error + func (d DevfileObj) DeleteConfiguration(parameter string) error + func (d DevfileObj) IsSet(parameter string) bool + func (d DevfileObj) OverrideCommands(overridePatch []common.DevfileCommand) error + func (d DevfileObj) OverrideComponents(overridePatch []common.DevfileComponent) error + func (d DevfileObj) OverrideEvents(overridePatch common.DevfileEvents) error + func (d DevfileObj) OverrideProjects(overridePatch []common.DevfileProject) error + func (d DevfileObj) OverrideStarterProjects(overridePatch []common.DevfileStarterProject) error + func (d DevfileObj) RemoveEnvVars(keys []string) error + func (d DevfileObj) SetConfiguration(parameter string, value interface{}) error + func (d DevfileObj) ToRepresentation() ConfigurableRepr + func (d DevfileObj) WrapFromJSONOutput(confRepr ConfigurableRepr) JSONConfigRepr + type JSONConfigRepr struct + DevfileConfigSpec ConfigurableRepr + type PortRepr struct + ExposedPort int32 + Name string + Protocol string