Kazan v0.11.0 Kazan.Apis.Core.V1.ContainerImage View Source

Describe a container image

OpenAPI Definition: io.k8s.api.core.v1.ContainerImage

Properties

  • names :: [ String ]

    • Names by which this image is known. e.g. [“k8s.gcr.io/hyperkube:v1.0.7”, “dockerhub.io/google_containers/hyperkube:v1.0.7”]
  • size_bytes :: Integer

    • The size of the image in bytes.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.ContainerImage{
  names: [String.t()],
  size_bytes: integer()
}