struct Watcher::Helm::Client::Revision

Included Modules

Defined in:

helm.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def app_version : String #

[View source]
def chart : String #

Revision chart name


[View source]
def description : String #

[View source]
def revision : UInt32 #

Revision number


[View source]
def status : String #

Revision status


[View source]
def updated : String #

Revision update date


[View source]