class Pyrite::Api::Apps::V1::RollingUpdateDaemonSet

Overview

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

Defined in:

versions/v1.14/api/apps/v1/rolling_update_daemon_set.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) #

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


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

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


def self.new(*, max_unavailable : Int32 | String | Nil = nil) #

Instance Method Detail

def max_unavailable : Int32 | String | Nil #

def max_unavailable=(max_unavailable : Int32 | String | Nil) #