Ingress |
Configuration.ingress() |
Get the ingress property: Ingress configurations.
|
Ingress |
Ingress.withAllowInsecure(Boolean allowInsecure) |
Set the allowInsecure property: Bool indicating if HTTP connections to is allowed.
|
Ingress |
Ingress.withCustomDomains(List<CustomDomain> customDomains) |
Set the customDomains property: custom domain bindings for Container Apps' hostnames.
|
Ingress |
Ingress.withExternal(Boolean external) |
Set the external property: Bool indicating if app exposes an external http endpoint.
|
Ingress |
Ingress.withTargetPort(Integer targetPort) |
Set the targetPort property: Target Port in containers for traffic from ingress.
|
Ingress |
Ingress.withTraffic(List<TrafficWeight> traffic) |
Set the traffic property: Traffic weights for app's revisions.
|
Ingress |
Ingress.withTransport(IngressTransportMethod transport) |
Set the transport property: Ingress transport protocol.
|