class K8S::Api::Core::V1::PersistentVolumeClaimVolumeSource
- K8S::Api::Core::V1::PersistentVolumeClaimVolumeSource
- Reference
- Object
Overview
PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.21/api/core/v1/persistent_volume_claim_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, claim_name : String, read_only : Bool? = nil)
Instance Method Summary
- #claim_name : String
- #claim_name=(claim_name : String)
- #read_only : Bool?
- #read_only=(read_only : Bool?)