Share via


PersistentVolumeSpecV1.Capacity Property

Definition

Represents the storage capacity of the persistent volume. The keys in the dictionary represent capacity types (e.g., "storage"), and the values define the corresponding quantity for the capacity type.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to