DeploymentStrategyV1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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". |