ServiceStatusPatch

data class ServiceStatusPatch(val conditions: List<ConditionPatch>? = null, val loadBalancer: LoadBalancerStatusPatch? = null)

ServiceStatus represents the current status of a service.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Current service state

Link copied to clipboard

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