class Pyrite::Api::Autoscaling::V1::CrossVersionObjectReference
Overview
CrossVersionObjectReference contains enough information to let you identify the referred resource.
Defined in:
versions/v1.14/api/autoscaling/v1/cross_version_object_reference.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
CrossVersionObjectReference contains enough information to let you identify the referred resource.
-
.new(pull : JSON::PullParser)
CrossVersionObjectReference contains enough information to let you identify the referred resource.
- .new(*, api_version : String? = nil, kind : String, name : String)
Instance Method Summary
- #api_version : String?
- #api_version=(api_version : String?)
- #kind : String
- #kind=(kind : String)
- #name : String
- #name=(name : String)
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.