ReplicationControllerCondition

io.k8s.api.core.v1.ReplicationControllerCondition
See theReplicationControllerCondition companion object
final case class ReplicationControllerCondition(status: String, `type`: String, reason: Option[String], lastTransitionTime: Option[Time], message: Option[String])

ReplicationControllerCondition describes the state of a replication controller at a certain point.

Attributes

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

Members list

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
ReplicationControllerCondition.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
ReplicationControllerCondition.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
ReplicationControllerCondition.scala

transforms status to result of function

transforms status to result of function

Attributes

Source
ReplicationControllerCondition.scala

transforms type to result of function

transforms type to result of function

Attributes

Source
ReplicationControllerCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source
ReplicationControllerCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
ReplicationControllerCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source
ReplicationControllerCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source
ReplicationControllerCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
ReplicationControllerCondition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product