package kubecaml

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

Azure_file represents an Azure File Service mount on the host and bind mount to the pod.

type t
val to_yojson : t -> Yojson.Safe.t
val make : share_name:string -> secret_name:string -> ?read_only:bool -> unit -> t
val read_only : t -> bool option

Defaults to false (read/write). Read_only here will force the Read_only setting in Volume_mounts.

val secret_name : t -> string

the name of secret that contains Azure Storage Account Name and Key

val share_name : t -> string

Share Name

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