ConfigMap
ConfigMap holds configuration data for pods to consume.
ConfigMap holds configuration data for pods to consume.
Secret holds secret data of a certain type.
Volume represents a named volume in a pod that may be accessed by any container in the pod.
PersistentVolumeClaim is a user's request for and claim to a persistent volume.
PersistentVolume (PV) is a storage resource provisioned by an administrator.
StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.
VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node.
CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.
CSINode holds information about all CSI drivers installed on a node.
CSIStorageCapacity stores the result of one CSI GetCapacity call.
© 2022 The Kubernetes Authors
Documentation Distributed under CC BY 4.0.
https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/