class Pyrite::Api::Apps::V1beta2::DeploymentSpec

Overview

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

Defined in:

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

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


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

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


def self.new(*, min_ready_seconds : Int32? = nil, paused : Bool? = nil, progress_deadline_seconds : Int32? = nil, replicas : Int32? = nil, revision_history_limit : Int32? = nil, selector : Apimachinery::Apis::Meta::V1::LabelSelector, strategy : Api::Apps::V1beta2::DeploymentStrategy? = nil, template : Api::Core::V1::PodTemplateSpec) #

Instance Method Detail

def min_ready_seconds : Int32? #

def min_ready_seconds=(min_ready_seconds : Int32?) #

def paused : Bool? #

def paused=(paused : Bool?) #

def progress_deadline_seconds : Int32? #

def progress_deadline_seconds=(progress_deadline_seconds : Int32?) #

def replicas : Int32? #

def replicas=(replicas : Int32?) #

def revision_history_limit : Int32? #

def revision_history_limit=(revision_history_limit : Int32?) #




def strategy=(strategy : Api::Apps::V1beta2::DeploymentStrategy?) #


def template=(template : Api::Core::V1::PodTemplateSpec) #