class K8S::Api::Apps::V1beta1::DeploymentRollback

Overview

DEPRECATED . DeploymentRollback stores the information required to rollback a deployment.

Included Modules

Defined in:

versions/v1.13/api/apps/v1beta1/deployment_rollback.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, name : String, rollback_to : Api::Apps::V1beta1::RollbackConfig, api_version : String? = nil, kind : String? = nil, updated_annotations : Hash(String, String)? = nil) #

[View source]

Instance Method Detail

def api_version : String? #

[View source]
def api_version=(api_version : String?) #

[View source]
def kind : String? #

[View source]
def kind=(kind : String?) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]

[View source]
def rollback_to=(rollback_to : Api::Apps::V1beta1::RollbackConfig) #

[View source]
def updated_annotations : Hash(String, String)? #

[View source]
def updated_annotations=(updated_annotations : Hash(String, String)?) #

[View source]