Kazan v0.2.0 Kazan.Models.V1.ResourceRequirements

ResourceRequirements describes the compute resource requirements.

Properties

  • limits :: Map

    • Limits describes the maximum amount of compute resources allowed. More info.
  • requests :: Map

    • Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info.