Documentation
¶
Overview ¶
Package industrialedge decorates the composer-project flavor of Siemens Industrial Edge apps when an IE App project is detected. Additionally, this decorator also decorates the Industrial Edge runtime container.
This Decorator must run only after the (Docker) composer project Decorator, as it relies on the composer groups having already been created.
Group Flavor ¶
The flavor of composer project groups for Industrial Edge apps (also) is "com.siemens.industrialedge.app". The group type is (still) "com.docker.composer.project".
Container Flavor ¶
The flavor of the container housing the Industrial Edge runtime is "com.siemens.industrialedge.runtime".
The flavor of containers belonging to Industrial Edge apps is "com.siemens.industrialedge.app".
Index ¶
Constants ¶
const IndustrialEdgeAppFlavor = "com.siemens.industrialedge.app"
IndustrialEdgeAppFlavor identifies composer projects which are Industrial Edge apps.
const IndustrialEdgeRuntimeFlavor = "com.siemens.industrialedge.runtime"
IndustrialEdgeRuntimeFlavor identifiers the container housing the Industrial Edge runtime.
Variables ¶
This section is empty.
Functions ¶
func Decorate ¶
func Decorate(engines []*model.ContainerEngine)
Decorate decorates the discovered Docker containers with Industrial Edge app project flavor, where applicable.
Types ¶
This section is empty.