class Pyrite::Api::Apps::V1beta2::DaemonSetUpdateStrategy
Overview
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
Defined in:
versions/v1.14/api/apps/v1beta2/daemon_set_update_strategy.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
-
.new(pull : JSON::PullParser)
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
- .new(*, rolling_update : Api::Apps::V1beta2::RollingUpdateDaemonSet? = nil, type : String? = nil)
Instance Method Summary
- #rolling_update : Api::Apps::V1beta2::RollingUpdateDaemonSet?
- #rolling_update=(rolling_update : Api::Apps::V1beta2::RollingUpdateDaemonSet?)
- #type : String?
- #type=(type : String?)
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)
#
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
def self.new(pull : JSON::PullParser)
#
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
def self.new(*, rolling_update : Api::Apps::V1beta2::RollingUpdateDaemonSet? = nil, type : String? = nil)
#