Show / Hide Table of Contents

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 Source

CpuLimit

Name of the property used to specify a CPU limit.

Declaration
public const string CpuLimit = null
Field Value
Type Description
System.String
View Source

CpuRequest

Name of the property used to specify a CPU request.

Declaration
public const string CpuRequest = null
Field Value
Type Description
System.String
View Source

MemoryLimit

Name of the property used to specify a memory limit.

Declaration
public const string MemoryLimit = null
Field Value
Type Description
System.String
View Source

MemoryRequest

Name of the property used to specify a memory request.

Declaration
public const string MemoryRequest = null
Field Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.