APIServiceCondition

io.k8s.kube_aggregator.pkg.apis.apiregistration.v1.APIServiceCondition
See theAPIServiceCondition companion object
final case class APIServiceCondition(status: String, `type`: String, reason: Option[String], lastTransitionTime: Option[Time], message: Option[String])

APIServiceCondition describes the state of an APIService at a particular point

Attributes

Companion
object
Source
APIServiceCondition.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
APIServiceCondition.scala
def mapMessage(f: String => String): APIServiceCondition

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

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

Attributes

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

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

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

Attributes

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

transforms status to result of function

transforms status to result of function

Attributes

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

transforms type to result of function

transforms type to result of function

Attributes

Source
APIServiceCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

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

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

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

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

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

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

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

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
APIServiceCondition.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product