class Pyrite::Api::Apps::V1::DeploymentStrategy
Overview
DeploymentStrategy describes how to replace existing pods with new ones.
Defined in:
versions/v1.14/api/apps/v1/deployment_strategy.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DeploymentStrategy describes how to replace existing pods with new ones.
-
.new(pull : JSON::PullParser)
DeploymentStrategy describes how to replace existing pods with new ones.
- .new(*, rolling_update : Api::Apps::V1::RollingUpdateDeployment? = nil, type : String? = nil)
Instance Method Summary
- #rolling_update : Api::Apps::V1::RollingUpdateDeployment?
- #rolling_update=(rolling_update : Api::Apps::V1::RollingUpdateDeployment?)
- #type : String?
- #type=(type : String?)
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)
#
DeploymentStrategy describes how to replace existing pods with new ones.
def self.new(pull : JSON::PullParser)
#
DeploymentStrategy describes how to replace existing pods with new ones.
def self.new(*, rolling_update : Api::Apps::V1::RollingUpdateDeployment? = nil, type : String? = nil)
#