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