Share via


VolumeClaimResourceRequirements.Limits Property

Definition

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/.

public System.Collections.Generic.IDictionary<string,string> Limits { get; }
member this.Limits : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Limits As IDictionary(Of String, String)

Property Value

Applies to