class K8S::Api::Apps::V1::RollingUpdateDaemonSet

Overview

Spec to control the desired behavior of daemon set rolling update.

Included Modules

Defined in:

versions/v1.13/api/apps/v1/rolling_update_daemon_set.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(*, max_unavailable : Int32 | String | Nil = nil) #

[View source]

Instance Method Detail

def max_unavailable : Int32 | String | Nil #

[View source]
def max_unavailable=(max_unavailable : Int32 | String | Nil) #

[View source]