class K8S::Api::Apps::V1::StatefulSetUpdateStrategy
- K8S::Api::Apps::V1::StatefulSetUpdateStrategy
- Reference
- Object
Overview
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.21/api/apps/v1/stateful_set_update_strategy.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, rolling_update : Api::Apps::V1::RollingUpdateStatefulSetStrategy? = nil, type : String? = nil)
Instance Method Summary
- #rolling_update : Api::Apps::V1::RollingUpdateStatefulSetStrategy?
- #rolling_update=(rolling_update : Api::Apps::V1::RollingUpdateStatefulSetStrategy?)
- #type : String?
- #type=(type : String?)
Constructor Detail
def self.new(*, rolling_update : Api::Apps::V1::RollingUpdateStatefulSetStrategy? = nil, type : String? = nil)
#
Instance Method Detail
def rolling_update=(rolling_update : Api::Apps::V1::RollingUpdateStatefulSetStrategy?)
#