PersistentVolumeClaimSpecV1.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.
Gets or sets the resource requirements for the volume. Defines the requested and limit capacities for the volume resources, including storage and other related attributes.
[YamlDotNet.Serialization.YamlMember(Alias="resources")]
public Aspire.Hosting.Kubernetes.Resources.VolumeResourceRequirementsV1 Resources { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resources")>]
member this.Resources : Aspire.Hosting.Kubernetes.Resources.VolumeResourceRequirementsV1 with get, set
Public Property Resources As VolumeResourceRequirementsV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute