ContainerResources

The compute resources for the container

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
limits object
requests object
View JSON Schema on GitHub

JSON Schema

application-research-containerresources-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContainerResources",
  "title": "ContainerResources",
  "type": "object",
  "description": "The compute resources for the container",
  "additionalProperties": false,
  "properties": {
    "limits": {
      "$ref": "#/components/schemas/ResourcesLimits"
    },
    "requests": {
      "$ref": "#/components/schemas/ResourcesLimits"
    }
  }
}