ComponentCondition

io.k8s.api.core.v1.ComponentCondition
See theComponentCondition companion object
final case class ComponentCondition(status: String, `type`: String, error: Option[String], message: Option[String])

Information about the condition of a component.

Attributes

Companion:
object
Source:
ComponentCondition.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
ComponentCondition.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:
ComponentCondition.scala

transforms status to result of function

transforms status to result of function

Attributes

Source:
ComponentCondition.scala

transforms type to result of function

transforms type to result of function

Attributes

Source:
ComponentCondition.scala

Returns a new data with error set to new value

Returns a new data with error set to new value

Attributes

Source:
ComponentCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source:
ComponentCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source:
ComponentCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
ComponentCondition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product