ServiceStatus

com.coralogix.zio.k8s.model.core.v1.ServiceStatus
See theServiceStatus companion object
case class ServiceStatus(conditions: Optional[Vector[Condition]], loadBalancer: Optional[LoadBalancerStatus])

ServiceStatus represents the current status of a service.

Attributes

conditions

Current service state

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

Members list

Concise view

Value members

Concrete methods

Current service state

Current service state

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

Attributes

Gets loadBalancer.

Gets loadBalancer.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product