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.

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