PodSpecV1.Overhead Property

Definition

Represents the resource overhead associated with running a Pod. This property stores a dictionary where keys correspond to resource types (e.g., "cpu", "memory") and values represent the quantity of the respective resource. This overhead is taken into account when scheduling the Pod to ensure that sufficient resources are available on a node.

[YamlDotNet.Serialization.YamlMember(Alias="overhead")]
public System.Collections.Generic.Dictionary<string,string> Overhead { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="overhead")>]
member this.Overhead : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Overhead As Dictionary(Of String, String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to