IngressArgs

data class IngressArgs(val config: Output<ConfigArgs>? = null) : ConvertibleToJava<IngressArgs>

Settings of how to connect to the ClientGateway. One of the following options should be set.

Constructors

Link copied to clipboard
fun IngressArgs(config: Output<ConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): IngressArgs

Properties

Link copied to clipboard
val config: Output<ConfigArgs>? = null

The basic ingress config for ClientGateways.