package kubecaml

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

Adds and removes Posix capabilities from running containers.

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

Added capabilities

val drop : t -> string list option

Removed capabilities

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