class Pyrite::Api::Apps::V1beta1::DeploymentRollback
Overview
DEPRECATED . DeploymentRollback stores the information required to rollback a deployment.
Defined in:
versions/v1.14/api/apps/v1beta1/deployment_rollback.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
DEPRECATED .
-
.new(pull : JSON::PullParser)
DEPRECATED .
- .new(*, api_version : String? = nil, kind : String? = nil, name : String, rollback_to : Api::Apps::V1beta1::RollbackConfig, 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 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)
#
DEPRECATED . DeploymentRollback stores the information required to rollback a deployment.
def self.new(pull : JSON::PullParser)
#
DEPRECATED . DeploymentRollback stores the information required to rollback a deployment.
def self.new(*, api_version : String? = nil, kind : String? = nil, name : String, rollback_to : Api::Apps::V1beta1::RollbackConfig, updated_annotations : Hash(String, String)? = nil)
#