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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
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 serving set to new value
Returns a new data with terminating set to new value
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article