class K8S::Api::Networking::V1::HTTPIngressPath
- K8S::Api::Networking::V1::HTTPIngressPath
- Reference
- Object
Overview
HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.23/api/networking/v1/http_ingress_path.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, backend : Api::Networking::V1::IngressBackend, path_type : String, path : String? = nil)
Instance Method Summary
- #backend : Api::Networking::V1::IngressBackend
- #backend=(backend : Api::Networking::V1::IngressBackend)
- #path : String?
- #path=(path : String?)
- #path_type : String
- #path_type=(path_type : String)
Constructor Detail
def self.new(*, backend : Api::Networking::V1::IngressBackend, path_type : String, path : String? = nil)
#