package kubecaml

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

Se_linux_options are the labels to be applied to the container

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?user:string -> ?type_:string -> ?role:string -> ?level:string -> unit -> t
val level : t -> string option

Level is Se_linux level label that applies to the container.

val role : t -> string option

Role is a Se_linux role label that applies to the container.

val type_ : t -> string option

Type is a Se_linux type label that applies to the container.

val user : t -> string option

User is a Se_linux user label that applies to the container.

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

Innovation. Community. Security.