class Pyrite::Apimachinery::Apis::Meta::V1::GroupVersionForDiscovery

Overview

GroupVersion contains the ["group/version" and "version" string of a version. It is made a struct to keep extensibility.]("group/version" and "version" string of a version. It is made a struct to keep extensibility.)

Defined in:

versions/v1.14/apimachinery/apis/meta/v1/group_version_for_discovery.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) #

GroupVersion contains the ["group/version" and "version" string of a version. It is made a struct to keep extensibility.]("group/version" and "version" string of a version. It is made a struct to keep extensibility.)


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

GroupVersion contains the ["group/version" and "version" string of a version. It is made a struct to keep extensibility.]("group/version" and "version" string of a version. It is made a struct to keep extensibility.)


def self.new(*, group_version : String, version : String) #

Instance Method Detail

def group_version : String #

def group_version=(group_version : String) #

def version : String #

def version=(version : String) #