class Pyrite::Api::Extensions::V1beta1::HTTPIngressPath

Overview

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

Defined in:

versions/v1.14/api/extensions/v1beta1/http_ingress_path.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

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


def self.new(pull : JSON::PullParser) #

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


def self.new(*, backend : Api::Extensions::V1beta1::IngressBackend, path : String? = nil) #

Instance Method Detail



def path : String? #

def path=(path : String?) #