VolumeResourceRequirementsV1 Properties
Class Properties 2 members
Represents the resource requirements for a Kubernetes volume.
Represents the upper bound or maximum resource usage constraints for a volume in a Kubernetes environment. This property specifies the resource limits, such as storage capacity or other volume-specific constraints, that a volume cannot exceed during its lifecycle.
public Dictionary<string, string> Limits { get; } Represents the minimum amount of compute resources required for a volume in a Kubernetes environment. Specifies the resource requests for the volume, such as storage capacity or other resource types. Used to define guaranteed resource allocation for the volume.
public Dictionary<string, string> Requests { get; }