GatewayServiceMeshArgs

data class GatewayServiceMeshArgs(val deployment: Output<String>, val httpRoute: Output<String>, val service: Output<String>) : ConvertibleToJava<GatewayServiceMeshArgs>

Information about the Kubernetes Gateway API service mesh configuration.

Constructors

Link copied to clipboard
constructor(deployment: Output<String>, httpRoute: Output<String>, service: Output<String>)

Properties

Link copied to clipboard
val deployment: Output<String>

Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.

Link copied to clipboard
val httpRoute: Output<String>

Name of the Gateway API HTTPRoute.

Link copied to clipboard
val service: Output<String>

Name of the Kubernetes Service.

Functions

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