package kubecaml

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

Host_alias holds the mapping between Ip and hostnames that will be injected as an entry in the pod's hosts file.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?ip:string -> ?hostnames:string list -> unit -> t
val hostnames : t -> string list option

Hostnames for the above Ip address.

val ip : t -> string option

Ip address of the host file entry.

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