class K8S::Api::Apps::V1::DeploymentSpec

Overview

DeploymentSpec is the specification of the desired behavior of the Deployment.

Included Modules

Defined in:

versions/v1.14/api/apps/v1/deployment_spec.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(*, selector : Apimachinery::Apis::Meta::V1::LabelSelector, template : Api::Core::V1::PodTemplateSpec, min_ready_seconds : Int32? = nil, paused : Bool? = nil, progress_deadline_seconds : Int32? = nil, replicas : Int32? = nil, revision_history_limit : Int32? = nil, strategy : Api::Apps::V1::DeploymentStrategy? = nil) #

[View source]

Instance Method Detail

def min_ready_seconds : Int32? #

[View source]
def min_ready_seconds=(min_ready_seconds : Int32?) #

[View source]
def paused : Bool? #

[View source]
def paused=(paused : Bool?) #

[View source]
def progress_deadline_seconds : Int32? #

[View source]
def progress_deadline_seconds=(progress_deadline_seconds : Int32?) #

[View source]
def replicas : Int32? #

[View source]
def replicas=(replicas : Int32?) #

[View source]
def revision_history_limit : Int32? #

[View source]
def revision_history_limit=(revision_history_limit : Int32?) #

[View source]

[View source]

[View source]

[View source]
def strategy=(strategy : Api::Apps::V1::DeploymentStrategy?) #

[View source]

[View source]
def template=(template : Api::Core::V1::PodTemplateSpec) #

[View source]