class K8S::Api::Extensions::V1beta1::HTTPIngressRuleValue

Overview

HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.

Included Modules

Defined in:

versions/v1.19/api/extensions/v1beta1/http_ingress_rule_value.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, paths : Array(Api::Extensions::V1beta1::HTTPIngressPath)) #

[View source]

Instance Method Detail


[View source]
def paths=(paths : Array(Api::Extensions::V1beta1::HTTPIngressPath)) #

[View source]