Class KubernetesPropertyNames
Defines names of custom properties used to specify Kubernetes resource requests and limits for a work item.
Inherited Members
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class KubernetesPropertyNames
Fields
View SourceCpuLimit
Name of the property used to specify a CPU limit.
Declaration
public const string CpuLimit = "CpuLimit"
Field Value
Type | Description |
---|---|
string |
CpuRequest
Name of the property used to specify a CPU request.
Declaration
public const string CpuRequest = "CpuRequest"
Field Value
Type | Description |
---|---|
string |
MemoryLimit
Name of the property used to specify a memory limit.
Declaration
public const string MemoryLimit = "MemoryLimit"
Field Value
Type | Description |
---|---|
string |
MemoryRequest
Name of the property used to specify a memory request.
Declaration
public const string MemoryRequest = "MemoryRequest"
Field Value
Type | Description |
---|---|
string |
Tolerations
Name of the property used to specify a comma-separated list of Kubernetes tolerations.
Declaration
public const string Tolerations = "Tolerations"
Field Value
Type | Description |
---|---|
string |