AKSService Response Response Deployment Status
data class AKSServiceResponseResponseDeploymentStatus(val availableReplicas: Int? = null, val desiredReplicas: Int? = null, val error: AKSReplicaStatusResponseError? = null, val updatedReplicas: Int? = null)
The deployment status.
Constructors
Link copied to clipboard
constructor(availableReplicas: Int? = null, desiredReplicas: Int? = null, error: AKSReplicaStatusResponseError? = null, updatedReplicas: Int? = null)