Share feedback
Answers are generated based on the documentation.

Experimental

Schema

ExactDestinationKind

Type: string

ExactDestinationKind keeps DNS and IP-literal decisions distinct.

Values: unspecified dns dnsLabel dnsSubtree ip cidr

All schema constraints and annotations
{
  "description": "ExactDestinationKind keeps DNS and IP-literal decisions distinct.\n\nValues:\nunspecified\ndns\ndnsLabel\ndnsSubtree\nip\ncidr",
  "enum": [
    "unspecified",
    "dns",
    "dnsLabel",
    "dnsSubtree",
    "ip",
    "cidr"
  ],
  "title": "ExactDestinationKind",
  "type": "string"
}