class K8S::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.)

Included Modules

Defined in:

versions/v1.14/apimachinery/apis/meta/v1/group_version_for_discovery.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(*, group_version : String, version : String) #

[View source]

Instance Method Detail

def group_version : String #

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

[View source]
def version : String #

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

[View source]