class K8S::Api::Networking::V1::HTTPIngressPath

Overview

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

Included Modules

Defined in:

versions/v1.22/api/networking/v1/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::Networking::V1::IngressBackend, path_type : String, path : String? = nil) #

[View source]

Instance Method Detail


[View source]
def backend=(backend : Api::Networking::V1::IngressBackend) #

[View source]
def path : String? #

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

[View source]
def path_type : String #

[View source]
def path_type=(path_type : String) #

[View source]