package kubecaml

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

Pod_preset_spec is a description of a pod preset.

type t
val to_yojson : t -> Yojson.Safe.t

Env defines the collection of Env_var to inject into containers.

Env_from defines the collection of Env_from_source to inject into containers.

Selector is a label query over a set of resources, in this case pods. Required.

val volume_mounts : t -> Kubernetes.Definitions.Api.Core.V1.Volume_mount.t list option

Volume_mounts defines the collection of Volume_mount to inject into containers.

val volumes : t -> Kubernetes.Definitions.Api.Core.V1.Volume.t list option

Volumes defines the collection of Volume to inject into the pod.

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

Innovation. Community. Security.