{ "description": "EndpointHints provides hints describing how an endpoint should be consumed.", "properties": { "forZones": { "description": "forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.", "items": { "$ref": "/api/_definitions.json#/$defs/io.k8s.api.discovery.v1.ForZone" }, "type": [ "array", "null" ], "x-kubernetes-list-type": "atomic" } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/endpointhints/discovery/v1" }