class K8S::Api::Extensions::V1beta1::IngressBackend
- K8S::Api::Extensions::V1beta1::IngressBackend
- Reference
- Object
Overview
IngressBackend describes all endpoints for a given service and port.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.16/api/extensions/v1beta1/ingress_backend.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, service_name : String, service_port : Int32 | String)
Instance Method Summary
- #service_name : String
- #service_name=(service_name : String)
- #service_port : Int32 | String
- #service_port=(service_port : Int32 | String)