KubernetesConfigResponse

data class KubernetesConfigResponse(val gatewayServiceMesh: GatewayServiceMeshResponse, val serviceNetworking: ServiceNetworkingResponse)

KubernetesConfig contains the Kubernetes runtime configuration.

Constructors

Link copied to clipboard
constructor(gatewayServiceMesh: GatewayServiceMeshResponse, serviceNetworking: ServiceNetworkingResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Kubernetes Gateway API service mesh configuration.

Link copied to clipboard

Kubernetes Service networking configuration.