ManagedClusterLbRule

data class ManagedClusterLbRule(val backendPort: Int, val frontendPort: Int, val probeProtocol: String, val probeRequestPath: String? = null, val protocol: String)

Constructors

Link copied to clipboard
constructor(backendPort: Int, frontendPort: Int, probeProtocol: String, probeRequestPath: String? = null, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

LB Backend port.

Link copied to clipboard

LB Frontend port.

Link copied to clipboard

Protocol for the probe. Can be one of tcp, udp, http, or https.

Link copied to clipboard

Path for the probe to check, when probe protocol is set to http.

Link copied to clipboard

The transport protocol used in this rule. Can be one of tcp or udp.