Images
push_image
{
"properties": {
"cluster": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cluster"
},
"local_image": {
"title": "Local Image",
"type": "string"
},
"org": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Org"
},
"project": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Project"
},
"repository": {
"title": "Repository",
"type": "string"
},
"tag": {
"title": "Tag",
"type": "string"
},
"timeout_seconds": {
"default": 1800,
"title": "Timeout Seconds",
"type": "number"
}
},
"required": [
"local_image",
"repository",
"tag"
],
"title": "push_imageArguments",
"type": "object"
}pull_image
list_image_repositories
list_image_tags
inspect_image
remove_image_tag
Last updated
Was this helpful?