FlowSchemaCondition

io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition
See theFlowSchemaCondition companion object
final case class FlowSchemaCondition(reason: Option[String], status: Option[String], lastTransitionTime: Option[Time], message: Option[String], `type`: Option[String])

FlowSchemaCondition describes conditions for a FlowSchema.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
FlowSchemaCondition.scala
def mapMessage(f: String => String): FlowSchemaCondition

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

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

Attributes

Source
FlowSchemaCondition.scala
def mapReason(f: String => String): FlowSchemaCondition

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

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

Attributes

Source
FlowSchemaCondition.scala
def mapStatus(f: String => String): FlowSchemaCondition

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

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

Attributes

Source
FlowSchemaCondition.scala
def mapType(f: String => String): FlowSchemaCondition

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

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

Attributes

Source
FlowSchemaCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source
FlowSchemaCondition.scala
def withMessage(value: String): FlowSchemaCondition

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source
FlowSchemaCondition.scala
def withReason(value: String): FlowSchemaCondition

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source
FlowSchemaCondition.scala
def withStatus(value: String): FlowSchemaCondition

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source
FlowSchemaCondition.scala
def withType(value: String): FlowSchemaCondition

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
FlowSchemaCondition.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product