package kubecaml

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

Load_balancer_status represents the status of a load_balancer.

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

Ingress is a list containing ingress points for the load_balancer. Traffic intended for the service should be sent to these ingress points.

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