NodeConfigStatus

io.k8s.api.core.v1.NodeConfigStatus
See theNodeConfigStatus companion object
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.

Attributes

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

Members list

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
NodeConfigStatus.scala

Returns a new data with active set to new value

Returns a new data with active set to new value

Attributes

Source
NodeConfigStatus.scala

Returns a new data with assigned set to new value

Returns a new data with assigned set to new value

Attributes

Source
NodeConfigStatus.scala

Returns a new data with error set to new value

Returns a new data with error set to new value

Attributes

Source
NodeConfigStatus.scala

Returns a new data with lastKnownGood set to new value

Returns a new data with lastKnownGood set to new value

Attributes

Source
NodeConfigStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product