class Pyrite::Api::Apps::V1beta1::DeploymentSpec
Overview
DeploymentSpec is the specification of the desired behavior of the Deployment.
Defined in:
versions/v1.14/api/apps/v1beta1/deployment_spec.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DeploymentSpec is the specification of the desired behavior of the Deployment.
-
.new(pull : JSON::PullParser)
DeploymentSpec is the specification of the desired behavior of the Deployment.
- .new(*, min_ready_seconds : Int32? = nil, paused : Bool? = nil, progress_deadline_seconds : Int32? = nil, replicas : Int32? = nil, revision_history_limit : Int32? = nil, rollback_to : Api::Apps::V1beta1::RollbackConfig? = nil, selector : Apimachinery::Apis::Meta::V1::LabelSelector? = nil, strategy : Api::Apps::V1beta1::DeploymentStrategy? = nil, template : Api::Core::V1::PodTemplateSpec)
Instance Method Summary
- #min_ready_seconds : Int32?
- #min_ready_seconds=(min_ready_seconds : Int32?)
- #paused : Bool?
- #paused=(paused : Bool?)
- #progress_deadline_seconds : Int32?
- #progress_deadline_seconds=(progress_deadline_seconds : Int32?)
- #replicas : Int32?
- #replicas=(replicas : Int32?)
- #revision_history_limit : Int32?
- #revision_history_limit=(revision_history_limit : Int32?)
- #rollback_to : Api::Apps::V1beta1::RollbackConfig?
- #rollback_to=(rollback_to : Api::Apps::V1beta1::RollbackConfig?)
- #selector : Apimachinery::Apis::Meta::V1::LabelSelector?
- #selector=(selector : Apimachinery::Apis::Meta::V1::LabelSelector?)
- #strategy : Api::Apps::V1beta1::DeploymentStrategy?
- #strategy=(strategy : Api::Apps::V1beta1::DeploymentStrategy?)
- #template : Api::Core::V1::PodTemplateSpec
- #template=(template : Api::Core::V1::PodTemplateSpec)
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, rollback_to : Api::Apps::V1beta1::RollbackConfig? = nil, selector : Apimachinery::Apis::Meta::V1::LabelSelector? = nil, strategy : Api::Apps::V1beta1::DeploymentStrategy? = nil, template : Api::Core::V1::PodTemplateSpec)
#