ServiceNetworkingResponse

data class ServiceNetworkingResponse(val deployment: String, val service: String)

Information about the Kubernetes Service networking configuration.

Constructors

Link copied to clipboard
fun ServiceNetworkingResponse(deployment: 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 Service.

Link copied to clipboard

Name of the Kubernetes Service.