package kubecaml

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

Node_address contains information for the node's address.

type t
val to_yojson : t -> Yojson.Safe.t
val make : type_:string -> address:string -> unit -> t
val address : t -> string

The node address.

val type_ : t -> string

Node address type, one of Hostname, External_ip or Internal_ip.

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