class Pyrite::Api::Core::V1::PersistentVolumeClaimVolumeSource
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).
Defined in:
versions/v1.14/api/core/v1/persistent_volume_claim_volume_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.
-
.new(pull : JSON::PullParser)
PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.
- .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?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
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).
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).