ContainerImage

io.k8s.api.core.v1.ContainerImage
See theContainerImage companion object
final case class ContainerImage(names: Option[Seq[String]], sizeBytes: Option[Int])

Describe a container image

Attributes

Companion:
object
Source:
ContainerImage.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addNames(newValues: String*): ContainerImage

Appends new values to names

Appends new values to names

Attributes

Source:
ContainerImage.scala

if names has a value, transforms to the result of function

if names has a value, transforms to the result of function

Attributes

Source:
ContainerImage.scala

if sizeBytes has a value, transforms to the result of function

if sizeBytes has a value, transforms to the result of function

Attributes

Source:
ContainerImage.scala

Returns a new data with names set to new value

Returns a new data with names set to new value

Attributes

Source:
ContainerImage.scala

Returns a new data with sizeBytes set to new value

Returns a new data with sizeBytes set to new value

Attributes

Source:
ContainerImage.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product