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; }