EndpointHints

com.coralogix.zio.k8s.model.discovery.v1.EndpointHints
See theEndpointHints companion object
case class EndpointHints(forZones: Optional[Vector[ForZone]])

EndpointHints provides hints describing how an endpoint should be consumed.

Value parameters

forZones

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

Attributes

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

Members list

Value members

Concrete methods

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product