class K8S::Api::Extensions::V1beta1::HTTPIngressPath

Overview

HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.

Included Modules

Defined in:

versions/v1.12/api/extensions/v1beta1/http_ingress_path.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(*, backend : Api::Extensions::V1beta1::IngressBackend, path : String? = nil) #

[View source]

Instance Method Detail


[View source]

[View source]
def path : String? #

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

[View source]