AKSServiceResponseResponseDeploymentStatus

data class AKSServiceResponseResponseDeploymentStatus(val availableReplicas: Int? = null, val desiredReplicas: Int? = null, val error: AKSReplicaStatusResponseError? = null, val updatedReplicas: Int? = null)

The deployment status.

Constructors

constructor(availableReplicas: Int? = null, desiredReplicas: Int? = null, error: AKSReplicaStatusResponseError? = null, updatedReplicas: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val availableReplicas: Int? = null

The number of available replicas.

Link copied to clipboard
val desiredReplicas: Int? = null

The desired number of replicas.

Link copied to clipboard

The error details.

Link copied to clipboard
val updatedReplicas: Int? = null

The number of updated replicas.