RollingUpdateDeploymentV1
Class sealed net10.0
Represents the rolling update configuration for a Kubernetes Deployment. Defines the parameters for controlling the behavior of updating Pods in a Deployment.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class RollingUpdateDeploymentV1{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesMaxSurgeget; setint 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.
MaxUnavailableget; setint 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.