package kubecaml

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

Fs_group_strategy_options defines the strategy type and 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 fs groups. If you would like to force a single fs group then supply a single range with the same start and end.

val rule : t -> string option

Rule is the strategy that will dictate what Fs_group is used in the Security_context.

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

Innovation. Community. Security.