struct Watcher::Helm::Client::Chart

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 api_version : String #

[View source]
def app_version : String | Nil #

Application version


[View source]
def created : String #

Date when chart was uploaded in the repository


[View source]
def deprecated : Bool | Nil #

[View source]
def description : String | Nil #

[View source]
def name : String #

Chart name


[View source]
def prerelease? #

Check if the current version is a pre-release


[View source]
def type : String | Nil #

Type of chart


[View source]
def version : String #

Chart version


[View source]