package kubecaml

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

defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?path_prefix:string -> unit -> t
val path_prefix : t -> string option

is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.

examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`

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

Innovation. Community. Security.