class Pyrite::Api::Apps::V1::RollingUpdateDaemonSet
Overview
Spec to control the desired behavior of daemon set rolling update.
Defined in:
versions/v1.14/api/apps/v1/rolling_update_daemon_set.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Spec to control the desired behavior of daemon set rolling update.
-
.new(pull : JSON::PullParser)
Spec to control the desired behavior of daemon set rolling update.
- .new(*, max_unavailable : Int32 | String | Nil = nil)
Instance Method Summary
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 daemon set rolling update.
def self.new(pull : JSON::PullParser)
#
Spec to control the desired behavior of daemon set rolling update.