Home
last modified time | relevance | path

Searched defs:KubernetesVolumes (Results 1 – 1 of 1) sorted by relevance

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/common/
H A Dconfig.go362 type KubernetesVolumes struct { struct
363 …tPaths []KubernetesHostPath `toml:"host_path" description:"The host paths which will be mounted"`
364 … []KubernetesPVC `toml:"pvc" description:"The persistent volume claims that will be mounted"`
365 …ernetesConfigMap `toml:"config_map" description:"The config maps which will be mounted as volumes"`
366 …ecrets []KubernetesSecret `toml:"secret" description:"The secret maps which will be mounted"`
367 …tyDirs []KubernetesEmptyDir `toml:"empty_dir" description:"The empty dirs which will be mounted"`
368 CSIs []KubernetesCSI `toml:"csi" description:"The CSI volumes which will be mounted"`