ServiceStatus

case class ServiceStatus(conditions: Optional[Vector[Condition]], loadBalancer: Optional[LoadBalancerStatus])

ServiceStatus represents the current status of a service.

Value parameters:
conditions

Current service state

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Current service state

Current service state

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets loadBalancer.

Gets loadBalancer.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product