public static class IngressGatewayHostRef.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IngressGatewayHostRef |
build() |
IngressGatewayHostRef.Builder |
copy(IngressGatewayHostRef model) |
IngressGatewayHostRef.Builder |
name(String name)
Name of the ingress gateway host that this route should apply to.
|
IngressGatewayHostRef.Builder |
port(Integer port)
The port of the ingress gateway host listener.
|
public IngressGatewayHostRef.Builder name(String name)
Name of the ingress gateway host that this route should apply to.
name
- the value to setpublic IngressGatewayHostRef.Builder port(Integer port)
The port of the ingress gateway host listener. Leave empty to match all ports for the host.
port
- the value to setpublic IngressGatewayHostRef build()
public IngressGatewayHostRef.Builder copy(IngressGatewayHostRef model)
Copyright © 2016–2024. All rights reserved.