class K8S::Api::Apps::V1::RollingUpdateDeployment
- K8S::Api::Apps::V1::RollingUpdateDeployment
- Reference
- Object
Overview
Spec to control the desired behavior of rolling update.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.15/api/apps/v1/rolling_update_deployment.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, max_surge : Int32 | String | Nil = nil, max_unavailable : Int32 | String | Nil = nil)
Instance Method Summary
- #max_surge : Int32 | String | Nil
- #max_surge=(max_surge : Int32 | String | Nil)
- #max_unavailable : Int32 | String | Nil
- #max_unavailable=(max_unavailable : Int32 | String | Nil)