package kubecaml

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

Downward_api_volume_source represents a volume containing downward Api info. Downward Api volumes support ownership management and Se_linux relabeling.

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

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. 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.

Items is a list of downward Api volume file

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