package kubecaml

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

Ingress_backend describes all endpoints for a given service and port.

type t
val to_yojson : t -> Yojson.Safe.t
val make : service_port: Kubernetes.Definitions.Apimachinery.Pkg.Util.Intstr.Int_or_string.t -> service_name:string -> unit -> t
val service_name : t -> string

Specifies the name of the referenced service.

Specifies the port of the referenced service.

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

Innovation. Community. Security.