ServiceStatus

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

ServiceStatus represents the current status of a service.

ServiceStatus represents the current status of a service.

Value Params
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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product