ResourceRequirementsResponse

This type describes the resource requirements for a container or a service.

Constructors

Link copied to clipboard
constructor(limits: ResourceLimitsResponse? = null, requests: ResourceRequestsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the maximum limits on the resources for a given container.

Link copied to clipboard

Describes the requested resources for a given container.