Skip to content
Docs Try Aspire

DeploymentStrategyV1 Properties

Class Properties 2 members
Describes the strategy used to replace old Pods with new ones in a Kubernetes Deployment.
Represents the configuration for rolling update behavior in a deployment strategy. Defines parameters such as the maximum number of pods that can be unavailable during the update process or the maximum number of extra pods that can be created during a rolling update.
public RollingUpdateDeploymentV1 RollingUpdate { get; set; }
Specifies the type of deployment strategy to be used. Common values include "Recreate" or "RollingUpdate".
public string Type { get; set; }