KubernetesConfigArgs

data class KubernetesConfigArgs(val gatewayServiceMesh: Output<GatewayServiceMeshArgs>? = null, val serviceNetworking: Output<ServiceNetworkingArgs>? = null) : ConvertibleToJava<KubernetesConfigArgs>

KubernetesConfig contains the Kubernetes runtime configuration.

Constructors

Link copied to clipboard
constructor(gatewayServiceMesh: Output<GatewayServiceMeshArgs>? = null, serviceNetworking: Output<ServiceNetworkingArgs>? = null)

Properties

Link copied to clipboard

Kubernetes Gateway API service mesh configuration.

Link copied to clipboard

Kubernetes Service networking configuration.

Functions

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