class K8S::Api::Extensions::V1beta1::HTTPIngressPath
- K8S::Api::Extensions::V1beta1::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
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/extensions/v1beta1/http_ingress_path.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, backend : Api::Extensions::V1beta1::IngressBackend, path : String? = nil, path_type : String? = nil)
Instance Method Summary
- #backend : Api::Extensions::V1beta1::IngressBackend
- #backend=(backend : Api::Extensions::V1beta1::IngressBackend)
- #path : String?
- #path=(path : String?)
- #path_type : String?
- #path_type=(path_type : String?)
Constructor Detail
def self.new(*, backend : Api::Extensions::V1beta1::IngressBackend, path : String? = nil, path_type : String? = nil)
#