k8s.api.core.v1.Volume1.2.1
- Module URI:
- package://pkg.pkl-lang.org/pkl-k8s/k8s@1.2.1#/api/core/v1/Volume.pklcontent_copy
- Pkl version:
- 0.25.0 or higher
- Source code:
- Volume.pkl
- Known usages:
- PodPresetSpec, PodSpec
- All versions:
- 1.2.1, 1.2.0, 1.1.3, 1.1.2, 1.1.1, 1.1.0, 1.0.1
Properties( )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
link
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
-
-
link
nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
-
-
-
-
-
link
fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
-
Methods( )
Classes( )
-
-
-
linkclass
FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
-
-
linkclass
PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.
-
-
-
-
-
-
-
-
-
-
linkclass
ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.
-
linkclass
Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.
-
-
-
-
-
-
-
-
-
-
-
-
-
Volume represents a named volume in a pod that may be accessed by any container in the pod.