# Functions
FormatLocallySupportedParameters outputs supported parameters and their description.
GetFakeEnvInfo gets a fake envInfo using the given componentSettings.
GetLocallySupportedParameters returns the name of the supported global parameters.
New returns the EnvSpecificInfo.
NewEnvInfo creates an empty EnvSpecificInfo struct with typeMeta populated.
NewEnvSpecificInfo retrieves the environment file.
# Constants
No description provided by the author
DebugPort is the name of the setting controlling the component debug port.
DebugPortDescription s the human-readable description for debug port setting.
DefaultDebugPort is the default port used for debugging on remote pod.
DefaultRunMode is the default run mode of the component.
No description provided by the author
No description provided by the author
Link parameter.
LinkDescription is the description of Link.
Name is the name of the setting controlling the component name.
NameDescription is the human-readable description for name setting.
Namespace is the name of the setting controlling the component namespace.
NamespaceDescription is the human-readable description for namespace setting.
Push parameter.
PushDescription is the description of push parameter.
No description provided by the author
No description provided by the author
URL parameter.
URLDescription is the description of URL.
# Structs
ComponentSettings holds all component related information.
EnvInfo holds all the env specific information relavent to a specific Component.
No description provided by the author
EnvInfoPushCommand holds the devfile push commands for the component.
EnvInfoURL holds URL related information.
EnvSpecificInfo wraps the envinfo and provides helpers to serialize it.
# Interfaces
LocalConfigProvider is an interface which all local config providers need to implement currently for openshift there is localConfigInfo and for devfile its EnvInfo.