ContainerV1.Resources 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 requirements for a container, including memory and CPU limits and requests. The Resources property allows specifying the compute resources needed for container execution.
[YamlDotNet.Serialization.YamlMember(Alias="resources")]
public Aspire.Hosting.Kubernetes.Resources.ResourceRequirementsV1? Resources { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resources")>]
member this.Resources : Aspire.Hosting.Kubernetes.Resources.ResourceRequirementsV1 with get, set
Public Property Resources As ResourceRequirementsV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute