Module: Floe::ContainerRunner::Kubernetes::PersistentVolumeHandler

Included in:
Floe::ContainerRunner::Kubernetes
Defined in:
lib/floe/container_runner/kubernetes/persistent_volume_handler.rb

Overview

Mixin that attaches persistent volumes (e.g. pre-created docker volumes or PersistentVolumeClaims) directly to a pod spec without any staging. Each volume entry must have a :volume_name key (the PVC claim name) and a :container_path key. An optional :read_only key sets readOnly on the mount.