IngressPortMappingResponse

data class IngressPortMappingResponse(val exposedPort: Int? = null, val external: Boolean, val targetPort: Int)

Port mappings of container app ingress

Constructors

Link copied to clipboard
constructor(exposedPort: Int? = null, external: Boolean, targetPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exposedPort: Int? = null

Specifies the exposed port for the target port. If not specified, it defaults to target port

Link copied to clipboard

Specifies whether the app port is accessible outside of the environment

Link copied to clipboard

Specifies the port user's container listens on