class Pyrite::Api::Extensions::V1beta1::DaemonSetUpdateStrategy
Defined in:
versions/v1.14/api/extensions/v1beta1/daemon_set_update_strategy.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, rolling_update : Api::Extensions::V1beta1::RollingUpdateDaemonSet? = nil, type : String? = nil)
Instance Method Summary
- #rolling_update : Api::Extensions::V1beta1::RollingUpdateDaemonSet?
- #rolling_update=(rolling_update : Api::Extensions::V1beta1::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(*, rolling_update : Api::Extensions::V1beta1::RollingUpdateDaemonSet? = nil, type : String? = nil)
#