package kubecaml

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

Host Port Range defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.

type t
val to_yojson : t -> Yojson.Safe.t
val make : min:int -> max:int -> unit -> t
val max : t -> int

max is the end of the range, inclusive.

val min : t -> int

min is the start of the range, inclusive.

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

Innovation. Community. Security.