GatewayServiceMeshResponse

data class GatewayServiceMeshResponse(val deployment: String, val httpRoute: String, val service: String)

Information about the Kubernetes Gateway API service mesh configuration.

Constructors

Link copied to clipboard
fun GatewayServiceMeshResponse(deployment: String, httpRoute: String, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Name of the Gateway API HTTPRoute.

Link copied to clipboard

Name of the Kubernetes Service.