class K8S::Api::Apps::V1beta1::DeploymentRollback
- K8S::Api::Apps::V1beta1::DeploymentRollback
- Reference
- Object
Overview
DEPRECATED . DeploymentRollback stores the information required to rollback a deployment.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.13/api/apps/v1beta1/deployment_rollback.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, name : String, rollback_to : Api::Apps::V1beta1::RollbackConfig, api_version : String? = nil, kind : String? = nil, updated_annotations : Hash(String, String)? = nil)
Instance Method Summary
- #api_version : String?
- #api_version=(api_version : String?)
- #kind : String?
- #kind=(kind : String?)
- #name : String
- #name=(name : String)
- #rollback_to : Api::Apps::V1beta1::RollbackConfig
- #rollback_to=(rollback_to : Api::Apps::V1beta1::RollbackConfig)
- #updated_annotations : Hash(String, String)?
- #updated_annotations=(updated_annotations : Hash(String, String)?)
Constructor Detail
def self.new(*, name : String, rollback_to : Api::Apps::V1beta1::RollbackConfig, api_version : String? = nil, kind : String? = nil, updated_annotations : Hash(String, String)? = nil)
#