PodSpecV1.Tolerations Property

Definition

Represents the tolerations applied to a pod. Tolerations are used to allow (but do not require) the scheduling of pods onto nodes with matching taints. A pod can tolerate a taint by matching its key, value, and effect as specified in the toleration. This property includes a collection of TolerationV1 objects.

[YamlDotNet.Serialization.YamlMember(Alias="tolerations")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.TolerationV1> Tolerations { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="tolerations")>]
member this.Tolerations : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.TolerationV1>
Public ReadOnly Property Tolerations As List(Of TolerationV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to