istio v1.31.0

Gateway.spec.servers

A list of server specifications.

6 fields
Gateway.spec.servers fields and descriptions
Field / TypeDescription
bind
string

The ip or the Unix domain socket to which the listener should be bound to.

defaultEndpoint
string

No description provided.

string[] required

One or more hosts exposed by this gateway.

name
string

An optional name of the server, when set must be unique across all servers.

object required

The Port on which the proxy should listen for incoming connections.

object

Set of TLS related options that govern the server's behavior.

  • x-kubernetes-validations: [{"message":"only one of credentialNames or tlsCertificates can be set","rule":"(has(self.tlsCertificates) ? 1 : 0) + (has(self.credentialNames) ? 1 : 0) \u003c= 1"},{"message":"only one of credentialName or credentialNames can be set","rule":"(has(self.credentialName) ? 1 : 0) + (has(self.credentialNames) ? 1 : 0) \u003c= 1"},{"message":"only one of credentialName or tlsCertificates can be set","rule":"(has(self.credentialNames) ? 1 : 0) + (has(self.tlsCertificates) ? 1 : 0) \u003c= 1"}]