k8s.api.core.v1.Volume1.1.1
- Module URI:
- package://pkg.pkl-lang.org/pkl-k8s/k8s@1.1.1#/api/core/v1/Volume.pklcontent_copy
- Pkl version:
- 0.25.0 or higher
- Source code:
- Volume.pkl
Properties( )
-
-
-
-
link
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
-
-
-
-
-
-
-
-
-
link
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
-
-
-
-
-
-
-
-
-
-
link
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
-
-
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.