Skip to content

Commit

Permalink
Deployed 75bbfab to dev with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Dec 4, 2024
1 parent d8f39d1 commit a7ea16d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
22 changes: 15 additions & 7 deletions dev/schema/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -1736,22 +1736,30 @@
},
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "The maximum amount of CPU a container can use, expressed in milli CPUs (e.g., '300m').",
"title": "Cpu"
},
"memory": {
"anyOf": [
{
"pattern": "^\\d+([EPTGMk]|Ei|Pi|Ti|Gi|Mi|Ki)?$",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "The maximum amount of memory a container can use, with valid units such as 'Mi' or 'Gi' (e.g., '2G').",
"pattern": "^\\d+([EPTGMk]|Ei|Pi|Ti|Gi|Mi|Ki)?$",
"title": "Memory",
"type": "string"
"title": "Memory"
}
},
"required": [
"cpu",
"memory"
],
"title": "ResourceDefinition",
"type": "object"
},
Expand Down
22 changes: 15 additions & 7 deletions dev/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1396,22 +1396,30 @@
},
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "The maximum amount of CPU a container can use, expressed in milli CPUs (e.g., '300m').",
"title": "Cpu"
},
"memory": {
"anyOf": [
{
"pattern": "^\\d+([EPTGMk]|Ei|Pi|Ti|Gi|Mi|Ki)?$",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "The maximum amount of memory a container can use, with valid units such as 'Mi' or 'Gi' (e.g., '2G').",
"pattern": "^\\d+([EPTGMk]|Ei|Pi|Ti|Gi|Mi|Ki)?$",
"title": "Memory",
"type": "string"
"title": "Memory"
}
},
"required": [
"cpu",
"memory"
],
"title": "ResourceDefinition",
"type": "object"
},
Expand Down
Binary file modified dev/sitemap.xml.gz
Binary file not shown.

0 comments on commit a7ea16d

Please sign in to comment.