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
Members list
Inherited
- Not inherited
- Product
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 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 assigned set to new value
Returns a new data with error set to new value
Returns a new data with lastKnownGood set to new value
In this article