class K8S::Api::Apps::V1::RollingUpdateDeployment

Overview

Spec to control the desired behavior of rolling update.

Included Modules

Defined in:

versions/v1.22/api/apps/v1/rolling_update_deployment.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_surge : Int32 | String | Nil = nil, max_unavailable : Int32 | String | Nil = nil) #

[View source]

Instance Method Detail

def max_surge : Int32 | String | Nil #

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

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

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

[View source]