networking.istio.io group

v1alpha3 version
spec object

Configuration affecting edge load balancer. See more details at: https://istio.io/docs/reference/config/networking/gateway.html

selector object
servers []object
bind string
defaultEndpoint string
hosts []string

One or more hosts exposed by this gateway.

name string

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

port object
name string

Label assigned to the port.

number integer

A valid non-negative integer port number.

protocol string

The protocol exposed on the port.

targetPort integer
tls object

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

caCertificates string

REQUIRED if mode is MUTUAL.

cipherSuites []string

Optional: If specified, only support the specified cipher list.

credentialName string
httpsRedirect boolean
maxProtocolVersion string

Optional: Maximum TLS protocol version.

minProtocolVersion string

Optional: Minimum TLS protocol version.

mode string
privateKey string

REQUIRED if mode is SIMPLE or MUTUAL.

serverCertificate string

REQUIRED if mode is SIMPLE or MUTUAL.

subjectAltNames []string
verifyCertificateHash []string
verifyCertificateSpki []string
status object
v1beta1 version
spec object

Configuration affecting edge load balancer. See more details at: https://istio.io/docs/reference/config/networking/gateway.html

selector object
servers []object
bind string
defaultEndpoint string
hosts []string

One or more hosts exposed by this gateway.

name string

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

port object
name string

Label assigned to the port.

number integer

A valid non-negative integer port number.

protocol string

The protocol exposed on the port.

targetPort integer
tls object

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

caCertificates string

REQUIRED if mode is MUTUAL.

cipherSuites []string

Optional: If specified, only support the specified cipher list.

credentialName string
httpsRedirect boolean
maxProtocolVersion string

Optional: Maximum TLS protocol version.

minProtocolVersion string

Optional: Minimum TLS protocol version.

mode string
privateKey string

REQUIRED if mode is SIMPLE or MUTUAL.

serverCertificate string

REQUIRED if mode is SIMPLE or MUTUAL.

subjectAltNames []string
verifyCertificateHash []string
verifyCertificateSpki []string
status object