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
object
KubernetesPropertyNames
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class KubernetesPropertyNames

Fields

View Source

CpuLimit

Name of the property used to specify a CPU limit.

Declaration
public const string CpuLimit = "CpuLimit"
Field Value
Type Description
string
View Source

CpuRequest

Name of the property used to specify a CPU request.

Declaration
public const string CpuRequest = "CpuRequest"
Field Value
Type Description
string
View Source

MemoryLimit

Name of the property used to specify a memory limit.

Declaration
public const string MemoryLimit = "MemoryLimit"
Field Value
Type Description
string
View Source

MemoryRequest

Name of the property used to specify a memory request.

Declaration
public const string MemoryRequest = "MemoryRequest"
Field Value
Type Description
string
View Source

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