class K8S::Api::Apps::V1::StatefulSetUpdateStrategy

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

Defined in:

versions/v1.16/api/apps/v1/stateful_set_update_strategy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, rolling_update : Api::Apps::V1::RollingUpdateStatefulSetStrategy? = nil, type : String? = nil) #

[View source]

Instance Method Detail


[View source]
def rolling_update=(rolling_update : Api::Apps::V1::RollingUpdateStatefulSetStrategy?) #

[View source]
def type : String? #

[View source]
def type=(type : String?) #

[View source]