DeploymentCondition

io.k8s.api.apps.v1.DeploymentCondition
See theDeploymentCondition companion object
final case class DeploymentCondition(status: String, `type`: String, lastUpdateTime: Option[Time], reason: Option[String], lastTransitionTime: Option[Time], message: Option[String])

DeploymentCondition describes the state of a deployment at a certain point.

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
DeploymentCondition.scala

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

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

Attributes

Source:
DeploymentCondition.scala

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

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

Attributes

Source:
DeploymentCondition.scala

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

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

Attributes

Source:
DeploymentCondition.scala

transforms status to result of function

transforms status to result of function

Attributes

Source:
DeploymentCondition.scala

transforms type to result of function

transforms type to result of function

Attributes

Source:
DeploymentCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source:
DeploymentCondition.scala

Returns a new data with lastUpdateTime set to new value

Returns a new data with lastUpdateTime set to new value

Attributes

Source:
DeploymentCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source:
DeploymentCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source:
DeploymentCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source:
DeploymentCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
DeploymentCondition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product