class K8S::Api::Apps::V1::DeploymentStrategy

Overview

DeploymentStrategy describes how to replace existing pods with new ones.

Included Modules

Defined in:

versions/v1.14/api/apps/v1/deployment_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::RollingUpdateDeployment? = nil, type : String? = nil) #

[View source]

Instance Method Detail


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

[View source]
def type : String? #

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

[View source]