@jkcfg/kubernetes
Version:
jk Kubernetes library
28 lines • 623 B
JSON
{
"description": "Describe a container image",
"required": [
"names"
],
"properties": {
"names": {
"description": "Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]",
"type": [
"array",
"null"
],
"items": {
"type": [
"string",
"null"
]
}
},
"sizeBytes": {
"description": "The size of the image in bytes.",
"type": "integer",
"format": "int64"
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}