EndpointConditions

io.k8s.api.discovery.v1.EndpointConditions
See theEndpointConditions companion object
final case class EndpointConditions(ready: Option[Boolean], serving: Option[Boolean], terminating: Option[Boolean])

EndpointConditions represents the current condition of an endpoint.

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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

Attributes

Source:
EndpointConditions.scala

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

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

Attributes

Source:
EndpointConditions.scala

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

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

Attributes

Source:
EndpointConditions.scala

Returns a new data with ready set to new value

Returns a new data with ready set to new value

Attributes

Source:
EndpointConditions.scala

Returns a new data with serving set to new value

Returns a new data with serving set to new value

Attributes

Source:
EndpointConditions.scala

Returns a new data with terminating set to new value

Returns a new data with terminating set to new value

Attributes

Source:
EndpointConditions.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product