class Pyrite::Api::Extensions::V1beta1::RollingUpdateDeployment
Overview
Spec to control the desired behavior of rolling update.
Defined in:
versions/v1.14/api/extensions/v1beta1/rolling_update_deployment.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Spec to control the desired behavior of rolling update.
-
.new(pull : JSON::PullParser)
Spec to control the desired behavior of rolling update.
- .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)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
Spec to control the desired behavior of rolling update.