class K8S::Api::Networking::V1::HTTPIngressRuleValue
- K8S::Api::Networking::V1::HTTPIngressRuleValue
- Reference
- Object
Overview
HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/networking/v1/http_ingress_rule_value.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, paths : Array)
Instance Method Summary
- #paths : Array(Api::Networking::V1::HTTPIngressPath)
- #paths=(paths : Array(Api::Networking::V1::HTTPIngressPath))