ContainerImage

com.coralogix.zio.k8s.model.core.v1.ContainerImage
See theContainerImage companion object
case class ContainerImage(names: Optional[Vector[String]], sizeBytes: Optional[Long])

Describe a container image

Value parameters

names

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

sizeBytes

The size of the image in bytes.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

The size of the image in bytes.

The size of the image in bytes.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product