NodeConfigStatus

final case class NodeConfigStatus(active: Option[NodeConfigSource], assigned: Option[NodeConfigSource], error: Option[String], lastKnownGood: Option[NodeConfigSource])

NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.

Companion:
object
Source:
NodeConfigStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
NodeConfigStatus.scala

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

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

Source:
NodeConfigStatus.scala

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

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

Source:
NodeConfigStatus.scala

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

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

Source:
NodeConfigStatus.scala

Returns a new data with active set to new value

Returns a new data with active set to new value

Source:
NodeConfigStatus.scala

Returns a new data with assigned set to new value

Returns a new data with assigned set to new value

Source:
NodeConfigStatus.scala

Returns a new data with error set to new value

Returns a new data with error set to new value

Source:
NodeConfigStatus.scala

Returns a new data with lastKnownGood set to new value

Returns a new data with lastKnownGood set to new value

Source:
NodeConfigStatus.scala

Inherited methods

Inherited from:
Product