class K8S::Api::Admissionregistration::V1::ServiceReference
- K8S::Api::Admissionregistration::V1::ServiceReference
 - Reference
 - Object
 
Overview
ServiceReference holds a reference to Service.legacy.k8s.io
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/admissionregistration/v1/service_reference.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, name : String, namespace : String, path : String? = nil, port : Int32? = nil)
 
Instance Method Summary
- #name : String
 - #name=(name : String)
 - #namespace : String
 - #namespace=(namespace : String)
 - #path : String?
 - #path=(path : String?)
 - #port : Int32?
 - #port=(port : Int32?)