class K8S::Api::Extensions::V1beta1::IngressRule

Overview

IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

Included Modules

Defined in:

versions/v1.13/api/extensions/v1beta1/ingress_rule.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(*, host : String? = nil, http : Api::Extensions::V1beta1::HTTPIngressRuleValue? = nil) #

[View source]

Instance Method Detail

def host : String? #

[View source]
def host=(host : String?) #

[View source]

[View source]

[View source]