Service Status
data class ServiceStatus(val conditions: List<Condition>? = null, val loadBalancer: LoadBalancerStatus? = null)
ServiceStatus represents the current status of a service.
ServiceStatus represents the current status of a service.