Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 797 Bytes

V1RollingUpdateDeployment.md

File metadata and controls

15 lines (7 loc) · 797 Bytes

V1RollingUpdateDeployment

Spec to control the desired behavior of rolling update.

Properties

Name Type Description Notes
maxSurge IntOrString IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. [optional]
maxUnavailable IntOrString IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. [optional]