DaprResponse

data class DaprResponse(val appId: String? = null, val appPort: Int? = null, val components: List<DaprComponentResponse>? = null, val enabled: Boolean? = null)

Container App Dapr configuration.

Constructors

Link copied to clipboard
constructor(appId: String? = null, appPort: Int? = null, components: List<DaprComponentResponse>? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appId: String? = null

Dapr application identifier

Link copied to clipboard
val appPort: Int? = null

Port on which the Dapr side car

Link copied to clipboard

Collection of Dapr components

Link copied to clipboard
val enabled: Boolean? = null

Boolean indicating if the Dapr side car is enabled