class Pyrite::Api::Networking::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/networking/v1beta1/http_ingress_path.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
HTTPIngressPath associates a path regex with a backend.
-
.new(pull : JSON::PullParser)
HTTPIngressPath associates a path regex with a backend.
- .new(*, backend : Api::Networking::V1beta1::IngressBackend, path : String? = nil)
Instance Method Summary
- #backend : Api::Networking::V1beta1::IngressBackend
- #backend=(backend : Api::Networking::V1beta1::IngressBackend)
- #path : String?
- #path=(path : String?)
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.