class Pyrite::Apimachinery::Version::Info

Overview

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

Defined in:

versions/v1.14/apimachinery/version/info.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) #

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


def self.new(pull : JSON::PullParser) #

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


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

Instance Method Detail

def build_date : String #

def build_date=(build_date : String) #

def compiler : String #

def compiler=(compiler : String) #

def git_commit : String #

def git_commit=(git_commit : String) #

def git_tree_state : String #

def git_tree_state=(git_tree_state : String) #

def git_version : String #

def git_version=(git_version : String) #

def go_version : String #

def go_version=(go_version : String) #

def major : String #

def major=(major : String) #

def minor : String #

def minor=(minor : String) #

def platform : String #

def platform=(platform : String) #