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

Members list

Concise view

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

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

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

transforms status to result of function

transforms status to result of function

Attributes

Source:
APIServiceCondition.scala

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

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source:
APIServiceCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source:
APIServiceCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source:
APIServiceCondition.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product