Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + const DebugPort + const DebugPortDescription + const Link + const LinkDescription + const Name + const NameDescription + const Namespace + const NamespaceDescription + const Push + const PushDescription + const URL + const URLDescription + func FormatLocallySupportedParameters() (result string) + func GetLocallySupportedParameters() []string + type ComponentSettings struct + AppName string + DebugPort *int + Link *[]EnvInfoLink + Name string + Namespace string + PushCommand *EnvInfoPushCommand + RunMode *RUNMode + URL *[]EnvInfoURL + type EnvInfo struct + func GetFakeEnvInfo(settings ComponentSettings) *EnvInfo + func NewEnvInfo() EnvInfo + func (ei *EnvInfo) GetApplication() string + func (ei *EnvInfo) GetDebugPort() int + func (ei *EnvInfo) GetLink() []EnvInfoLink + func (ei *EnvInfo) GetName() string + func (ei *EnvInfo) GetNamespace() string + func (ei *EnvInfo) GetPushCommand() EnvInfoPushCommand + func (ei *EnvInfo) GetRunMode() RUNMode + func (ei *EnvInfo) GetURL() []EnvInfoURL + type EnvInfoLink struct + Name string + ServiceKind string + ServiceName string + type EnvInfoPushCommand struct + Build string + Init string + Run string + type EnvInfoURL struct + ExposedPort int + Host string + Kind URLKind + Name string + Port int + Secure bool + TLSSecret string + type EnvSpecificInfo struct + Filename string + func New() (*EnvSpecificInfo, error) + func NewEnvSpecificInfo(envDir string) (*EnvSpecificInfo, error) + func (esi *EnvSpecificInfo) DeleteConfiguration(parameter string) error + func (esi *EnvSpecificInfo) DeleteEnvDirIfEmpty() error + func (esi *EnvSpecificInfo) DeleteEnvInfoFile() error + func (esi *EnvSpecificInfo) DeleteLink(parameter string) error + func (esi *EnvSpecificInfo) DeleteURL(parameter string) error + func (esi *EnvSpecificInfo) EnvInfoFileExists() bool + func (esi *EnvSpecificInfo) GetComponentSettings() ComponentSettings + func (esi *EnvSpecificInfo) IsSet(parameter string) bool + func (esi *EnvSpecificInfo) SetComponentSettings(cs ComponentSettings) error + func (esi *EnvSpecificInfo) SetConfiguration(parameter string, value interface{}) (err error) + func (esi *EnvSpecificInfo) SetRunMode(runMode RUNMode) error + type LocalConfigProvider interface + GetApplication func() string + type RUNMode string + const Debug + const Run + type URLKind string + const DOCKER + const DefaultDebugPort + const DefaultRunMode + const INGRESS + const ROUTE Incompatible versions in this module v2.0.0-alpha-2+incompatible Aug 13, 2020