Share via


DeploymentStrategyV1 Class

Definition

Describes the strategy used to replace old Pods with new ones in a Kubernetes Deployment.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class DeploymentStrategyV1
[<YamlDotNet.Serialization.YamlSerializable>]
type DeploymentStrategyV1 = class
Public NotInheritable Class DeploymentStrategyV1
Inheritance
DeploymentStrategyV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Constructors

DeploymentStrategyV1()

Properties

RollingUpdate

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.

Type

Specifies the type of deployment strategy to be used. Common values include "Recreate" or "RollingUpdate".

Applies to