pub struct IoK8sApiCoreV1PersistentVolumeClaim {
pub api_version: Option<String>,
pub kind: Option<String>,
pub metadata: Option<IoK8sApimachineryPkgApisMetaV1ObjectMeta>,
pub spec: Option<IoK8sApiCoreV1PersistentVolumeClaimSpec>,
pub status: Option<IoK8sApiCoreV1PersistentVolumeClaimStatus>,
}Expand description
PersistentVolumeClaim is a user’s request for and claim to a persistent volume
Fields§
§api_version: Option<String>APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind: Option<String>Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata: Option<IoK8sApimachineryPkgApisMetaV1ObjectMeta>Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
spec: Option<IoK8sApiCoreV1PersistentVolumeClaimSpec>Spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
status: Option<IoK8sApiCoreV1PersistentVolumeClaimStatus>Status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
Trait Implementations§
Source§impl Clone for IoK8sApiCoreV1PersistentVolumeClaim
impl Clone for IoK8sApiCoreV1PersistentVolumeClaim
Source§fn clone(&self) -> IoK8sApiCoreV1PersistentVolumeClaim
fn clone(&self) -> IoK8sApiCoreV1PersistentVolumeClaim
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more