Skip to content
Docs Try Aspire

RollingUpdateDeploymentV1 Properties

Class Properties 2 members
Represents the rolling update configuration for a Kubernetes Deployment. Defines the parameters for controlling the behavior of updating Pods in a Deployment.
Gets or sets the maximum number of additional pods that can be scheduled above the desired number of pods during a rolling update in a deployment.
public int MaxSurge { get; set; }
Gets or sets the maximum number of pods that can be unavailable during the rolling update process. This property controls how workloads are updated without causing application downtime.
public int MaxUnavailable { get; set; }