EndpointHintsPatch

data class EndpointHintsPatch(val forZones: List<ForZonePatch>? = null)

EndpointHints provides hints describing how an endpoint should be consumed.

Constructors

Link copied to clipboard
constructor(forZones: List<ForZonePatch>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val forZones: List<ForZonePatch>? = null

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