ServiceStatus

data class ServiceStatus(val conditions: List<Condition>? = null, val loadBalancer: LoadBalancerStatus? = null)

ServiceStatus represents the current status of a service.

Constructors

Link copied to clipboard
constructor(conditions: List<Condition>? = null, loadBalancer: LoadBalancerStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val conditions: List<Condition>? = null

Current service state

Link copied to clipboard

LoadBalancer contains the current status of the load-balancer, if one is present.