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