PodSpecV1.Overhead Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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