EndpointHints

case
class EndpointHints(forZones: Optional[Vector[ForZone]])

EndpointHints provides hints describing how an endpoint should be consumed.

Value Params
forZones

forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.

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

Value members

Concrete methods

def getForZones: IO[K8sFailure, Vector[ForZone]]

forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.

forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.

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