package kubecaml

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

Represents a projected volume source

type t
val to_yojson : t -> Yojson.Safe.t
val make : sources:Kubernetes.Definitions.Api.Core.V1.Volume_projection.t list -> ?default_mode:int -> unit -> t
val default_mode : t -> int option

Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fs_group, and the result can be other mode bits set.

list of volume projections

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

Innovation. Community. Security.