class K8S::Apimachinery::Version::Info

Overview

Info contains versioning information. how we'll want to distribute that information.

Included Modules

Defined in:

versions/v1.22/apimachinery/version/info.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(*, build_date : String, compiler : String, git_commit : String, git_tree_state : String, git_version : String, go_version : String, major : String, minor : String, platform : String) #

[View source]

Instance Method Detail

def build_date : String #

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

[View source]
def compiler : String #

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

[View source]
def git_commit : String #

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

[View source]
def git_tree_state : String #

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

[View source]
def git_version : String #

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

[View source]
def go_version : String #

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

[View source]
def major : String #

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

[View source]
def minor : String #

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

[View source]
def platform : String #

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

[View source]