istio v1.31.0

ServiceEntry.spec.endpoints[].address

Address associated with the network endpoint without the port.

1 fields
ServiceEntry.spec.endpoints[].address fields and descriptions
Field / TypeDescription
ServiceEntry.spec.endpoints[].address
string

Address associated with the network endpoint without the port.

  • maxLength: 256
  • x-kubernetes-validations: [{"message":"UDS must be an absolute path or abstract socket","rule":"self.startsWith(\"unix://\") ? (self.substring(7, 8) == \"/\" || self.substring(7, 8) == \"@\") : true"},{"message":"UDS may not be a dir","rule":"self.startsWith(\"unix://\") ? !self.endsWith(\"/\") : true"}]