GatewayAPIConfigArgs

data class GatewayAPIConfigArgs(val channel: Output<GatewayAPIConfigChannel>? = null) : ConvertibleToJava<GatewayAPIConfigArgs>

GatewayAPIConfig contains the desired config of Gateway API on this cluster.

Constructors

Link copied to clipboard
fun GatewayAPIConfigArgs(channel: Output<GatewayAPIConfigChannel>? = null)

Functions

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

Properties

Link copied to clipboard
val channel: Output<GatewayAPIConfigChannel>? = null

The Gateway API release channel to use for Gateway API.