class K8S::KubeAggregator::Apis::Apiregistration::V1::ServiceReference
Overview
ServiceReference holds a reference to Service.legacy.k8s.io
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/kube_aggregator/apis/apiregistration/v1/service_reference.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, name : String? = nil, namespace : String? = nil, port : Int32? = nil)
Instance Method Summary
- #name : String?
- #name=(name : String?)
- #namespace : String?
- #namespace=(namespace : String?)
- #port : Int32?
- #port=(port : Int32?)