class K8S::Api::Apps::V1::DaemonSetUpdateStrategy

Overview

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Included Modules

Defined in:

versions/v1.20/api/apps/v1/daemon_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::RollingUpdateDaemonSet? = nil, type : String? = nil) #

[View source]

Instance Method Detail


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

[View source]
def type : String? #

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

[View source]