Puppet Type: kubernetes_volume_type
- Defined in:
- lib/puppet/type/kubernetes_volume.rb
Overview
Volume represents a named volume in a pod that may be accessed by any container in the pod.
Parameter Summary
- awsElasticBlockStore (Property) -
AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: releases.k8s.io/HEAD/docs/user-guide/volumes.md#awselasticblockstore
- cephfs (Property) -
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
- cinder (Property) -
Cinder represents a cinder volume attached and mounted on kubelets host machine More info: releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
- downwardAPI (Property) -
DownwardAPI represents downward API about the pod that should populate this volume
- emptyDir (Property) -
EmptyDir represents a temporary directory that shares a pod's lifetime. More info: releases.k8s.io/HEAD/docs/user-guide/volumes.md#emptydir
- fc (Property) -
FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
- flocker (Property) -
Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
- gcePersistentDisk (Property) -
GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: releases.k8s.io/HEAD/docs/user-guide/volumes.md#gcepersistentdisk
- gitRepo (Property) -
GitRepo represents a git repository at a particular revision.
- glusterfs (Property) -
Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: releases.k8s.io/HEAD/examples/glusterfs/README.md
- hostPath (Property) -
HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: releases.k8s.io/HEAD/docs/user-guide/volumes.md#hostpath
- iscsi (Property) -
ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: releases.k8s.io/HEAD/examples/iscsi/README.md
- name (Parameter) -
Name of the volume.
- name (Property) -
Volume's name. Must be a DNS_LABEL and unique within the pod. More info: releases.k8s.io/HEAD/docs/user-guide/identifiers.md#names
- nfs (Property) -
NFS represents an NFS mount on the host that shares a pod's lifetime More info: releases.k8s.io/HEAD/docs/user-guide/volumes.md#nfs
- persistentVolumeClaim (Property) -
PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: releases.k8s.io/HEAD/docs/user-guide/persistent-volumes.md#persistentvolumeclaims
- rbd (Property) -
RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: releases.k8s.io/HEAD/examples/rbd/README.md
- secret (Property) -
Secret represents a secret that should populate this volume. More info: releases.k8s.io/HEAD/docs/user-guide/volumes.md#secrets