ServiceNetworkingArgs

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

Information about the Kubernetes Service networking configuration.

Constructors

Link copied to clipboard
fun ServiceNetworkingArgs(deployment: Output<String>, service: Output<String>)

Functions

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

Properties

Link copied to clipboard
val deployment: Output<String>

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

Link copied to clipboard
val service: Output<String>

Name of the Kubernetes Service.