class K8S::Api::Autoscaling::V1::CrossVersionObjectReference
- K8S::Api::Autoscaling::V1::CrossVersionObjectReference
- Reference
- Object
Overview
CrossVersionObjectReference contains enough information to let you identify the referred resource.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/autoscaling/v1/cross_version_object_reference.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, kind : String, name : String, api_version : String? = nil)
Instance Method Summary
- #api_version : String?
- #api_version=(api_version : String?)
- #kind : String
- #kind=(kind : String)
- #name : String
- #name=(name : String)