package kubecaml

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

Run A s_user Strategy Options defines the strategy type and any options used to create the strategy.

type t
val to_yojson : t -> Yojson.Safe.t
val make : rule:string -> ?ranges:Kubernetes.Definitions.Api.Extensions.V1beta1.Id_range.t list -> unit -> t

Ranges are the allowed ranges of uids that may be used.

val rule : t -> string

Rule is the strategy that will dictate the allowable Run_as_user values that may be set.

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

Innovation. Community. Security.