Class KubernetesPropertyNames
Defines names of custom properties used to specify Kubernetes resource requests and limits for a work item.
Inheritance
System.Object
KubernetesPropertyNames
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class KubernetesPropertyNames : object
Fields
View SourceCpuLimit
Name of the property used to specify a CPU limit.
Declaration
public const string CpuLimit = null
Field Value
| Type | Description |
|---|---|
| System.String |
CpuRequest
Name of the property used to specify a CPU request.
Declaration
public const string CpuRequest = null
Field Value
| Type | Description |
|---|---|
| System.String |
MemoryLimit
Name of the property used to specify a memory limit.
Declaration
public const string MemoryLimit = null
Field Value
| Type | Description |
|---|---|
| System.String |
MemoryRequest
Name of the property used to specify a memory request.
Declaration
public const string MemoryRequest = null
Field Value
| Type | Description |
|---|---|
| System.String |
TolerationKey
Name of the property used to specify the Key for a Toleration.
Declaration
public const string TolerationKey = null
Field Value
| Type | Description |
|---|---|
| System.String |
TolerationValue
Name of the property used to specify the Value for a Toleration.
Declaration
public const string TolerationValue = null
Field Value
| Type | Description |
|---|---|
| System.String |