class Pyrite::Api::Apps::V1beta2::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.

Defined in:

versions/v1.14/api/apps/v1beta2/stateful_set_update_strategy.cr

Constructors

Instance Method Summary

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) #

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.


def self.new(pull : JSON::PullParser) #

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.


def self.new(*, rolling_update : Api::Apps::V1beta2::RollingUpdateStatefulSetStrategy? = nil, type : String? = nil) #

Instance Method Detail


def rolling_update=(rolling_update : Api::Apps::V1beta2::RollingUpdateStatefulSetStrategy?) #

def type : String? #

def type=(type : String?) #