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.cr

Constructors

Instance Method Summary

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) #

Instance Method Detail

def api_version : String? #

def api_version=(api_version : String?) #

def kind : String? #

def kind=(kind : String?) #

def name : String #

def name=(name : String) #


def rollback_to=(rollback_to : Api::Apps::V1beta1::RollbackConfig) #

def updated_annotations : Hash(String, String)? #

def updated_annotations=(updated_annotations : Hash(String, String)?) #