UNPKG

@jkcfg/kubernetes

Version:
28 lines 623 B
{ "description": "Describe a container image", "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\"]", "items": { "type": [ "string", "null" ] }, "type": [ "array", "null" ] }, "sizeBytes": { "description": "The size of the image in bytes.", "format": "int64", "type": "integer" } }, "required": [ "names" ], "type": "object", "$schema": "http://json-schema.org/schema#" }