package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Describe a container image

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?size_bytes:int -> names:string list -> unit -> t
val names : t -> string list

Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"]

val size_bytes : t -> int option

The size of the image in bytes.

module Object : Object.S with type value := t