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
- YAML::Serializable
Defined in:
versions/v1.21/api/extensions/v1beta1/ingress_backend.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, resource : Api::Core::V1::TypedLocalObjectReference? = nil, service_name : String? = nil, service_port : Int32 | String | Nil = nil)
Instance Method Summary
- #resource : Api::Core::V1::TypedLocalObjectReference?
- #resource=(resource : Api::Core::V1::TypedLocalObjectReference?)
- #service_name : String?
- #service_name=(service_name : String?)
- #service_port : Int32 | String | Nil
- #service_port=(service_port : Int32 | String | Nil)
Constructor Detail
def self.new(*, resource : Api::Core::V1::TypedLocalObjectReference? = nil, service_name : String? = nil, service_port : Int32 | String | Nil = nil)
#