ContainerStatus

io.k8s.api.core.v1.ContainerStatus
See theContainerStatus companion object
final case class ContainerStatus(name: String, image: String, restartCount: Int, ready: Boolean, imageID: String, state: Option[ContainerState], lastState: Option[ContainerState], resources: Option[ResourceRequirements], containerID: Option[String], started: Option[Boolean], allocatedResources: Option[Map[String, Quantity]])

ContainerStatus contains details for the current status of this container.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Adds new values to allocatedResources

Adds new values to allocatedResources

Attributes

Source:
ContainerStatus.scala

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

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

Attributes

Source:
ContainerStatus.scala

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

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

Attributes

Source:
ContainerStatus.scala

transforms image to result of function

transforms image to result of function

Attributes

Source:
ContainerStatus.scala

transforms imageID to result of function

transforms imageID to result of function

Attributes

Source:
ContainerStatus.scala

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

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

Attributes

Source:
ContainerStatus.scala

transforms name to result of function

transforms name to result of function

Attributes

Source:
ContainerStatus.scala

transforms ready to result of function

transforms ready to result of function

Attributes

Source:
ContainerStatus.scala

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

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

Attributes

Source:
ContainerStatus.scala

transforms restartCount to result of function

transforms restartCount to result of function

Attributes

Source:
ContainerStatus.scala

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

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

Attributes

Source:
ContainerStatus.scala

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

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

Attributes

Source:
ContainerStatus.scala

Returns a new data with allocatedResources set to new value

Returns a new data with allocatedResources set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with containerID set to new value

Returns a new data with containerID set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with image set to new value

Returns a new data with image set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with imageID set to new value

Returns a new data with imageID set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with lastState set to new value

Returns a new data with lastState set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with ready set to new value

Returns a new data with ready set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with resources set to new value

Returns a new data with resources set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with restartCount set to new value

Returns a new data with restartCount set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with started set to new value

Returns a new data with started set to new value

Attributes

Source:
ContainerStatus.scala

Returns a new data with state set to new value

Returns a new data with state set to new value

Attributes

Source:
ContainerStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product