package kubecaml

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

Ingress_spec describes the Ingress the user wishes to exist.

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

A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.

A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.

Tls configuration. Currently the Ingress only supports a single Tls port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the Sni Tls extension, if the ingress controller fulfilling the ingress supports Sni.

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

Innovation. Community. Security.