DeploymentStatus

io.k8s.api.apps.v1.DeploymentStatus
See theDeploymentStatus companion object
final case class DeploymentStatus(conditions: Option[Seq[DeploymentCondition]], collisionCount: Option[Int], replicas: Option[Int], availableReplicas: Option[Int], unavailableReplicas: Option[Int], observedGeneration: Option[Long], updatedReplicas: Option[Int], readyReplicas: Option[Int])

DeploymentStatus is the most recently observed status of the Deployment.

Attributes

Companion
object
Source
DeploymentStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Attributes

Source
DeploymentStatus.scala

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

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

Attributes

Source
DeploymentStatus.scala

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

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

Attributes

Source
DeploymentStatus.scala

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

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

Attributes

Source
DeploymentStatus.scala

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

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

Attributes

Source
DeploymentStatus.scala

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

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

Attributes

Source
DeploymentStatus.scala

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

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

Attributes

Source
DeploymentStatus.scala

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

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

Attributes

Source
DeploymentStatus.scala

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

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

Attributes

Source
DeploymentStatus.scala

Returns a new data with availableReplicas set to new value

Returns a new data with availableReplicas set to new value

Attributes

Source
DeploymentStatus.scala

Returns a new data with collisionCount set to new value

Returns a new data with collisionCount set to new value

Attributes

Source
DeploymentStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source
DeploymentStatus.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Attributes

Source
DeploymentStatus.scala

Returns a new data with readyReplicas set to new value

Returns a new data with readyReplicas set to new value

Attributes

Source
DeploymentStatus.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source
DeploymentStatus.scala

Returns a new data with unavailableReplicas set to new value

Returns a new data with unavailableReplicas set to new value

Attributes

Source
DeploymentStatus.scala

Returns a new data with updatedReplicas set to new value

Returns a new data with updatedReplicas set to new value

Attributes

Source
DeploymentStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product