ServiceEndpointSpec

data class ServiceEndpointSpec(val mode: String? = null, val ports: List<ServiceEndpointSpecPort>? = null)

Constructors

Link copied to clipboard
constructor(mode: String? = null, ports: List<ServiceEndpointSpecPort>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

The mode of resolution to use for internal load balancing between tasks

Link copied to clipboard

List of exposed ports that this service is accessible on from the outside. Ports can only be provided if 'vip' resolution mode is used