Class ContainerSettingsNames
Defines names of custom properties used to indicate a WorkItem should be run as containerized application.
Inherited Members
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class ContainerSettingsNames
Fields
View SourceImageName
Name of property used to indicate the image that will be used to execute a WorkUnit.
Declaration
public const string ImageName = "ImageName"
Field Value
Type | Description |
---|---|
string |
RunOptions
Name of property used to indicate the run options for launching a container to execute a WorkUnit.
Declaration
public const string RunOptions = "RunOptions"
Field Value
Type | Description |
---|---|
string |