package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Http_ingress_rule_value is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> _> backend where where parts of the url correspond to Rfc 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.

type t
val to_yojson : t -> Yojson.Safe.t

A collection of paths that map requests to backends.

module Object : Object.S with type value := t
OCaml

Innovation. Community. Security.