class Pyrite::Api::Autoscaling::V2beta2::CrossVersionObjectReference

Overview

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

Defined in:

versions/v1.14/api/autoscaling/v2beta2/cross_version_object_reference.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) #

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


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

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


def self.new(*, api_version : String? = nil, kind : String, name : String) #

Instance Method Detail

def api_version : String? #

def api_version=(api_version : String?) #

def kind : String #

def kind=(kind : String) #

def name : String #

def name=(name : String) #