class K8S::Api::Autoscaling::V1::CrossVersionObjectReference

Overview

CrossVersionObjectReference contains enough information to let you identify the referred resource.

Included Modules

Defined in:

versions/v1.15/api/autoscaling/v1/cross_version_object_reference.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(*, kind : String, name : String, api_version : String? = nil) #

[View source]

Instance Method Detail

def api_version : String? #

[View source]
def api_version=(api_version : String?) #

[View source]
def kind : String #

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

[View source]
def name : String #

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

[View source]