struct
Kubernetes::StatefulSetUpdateStrategy
- Kubernetes::StatefulSetUpdateStrategy
- Struct
- Value
- 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
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_apps_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#rolling_update : RollingUpdateStatefulSetStrategy | Nil
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
-
#rolling_update=(rolling_update : RollingUpdateStatefulSetStrategy | Nil)
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
-
#type : String | Nil
Type indicates the type of the StatefulSetUpdateStrategy.
-
#type=(type : String | Nil)
Type indicates the type of the StatefulSetUpdateStrategy.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.