class K8S::Api::Core::V1::EphemeralVolumeSource
- K8S::Api::Core::V1::EphemeralVolumeSource
 - Reference
 - Object
 
Overview
Represents an ephemeral volume that is handled by a normal storage driver.
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/ephemeral_volume_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate? = nil)
 
Instance Method Summary
- #volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate?
 - #volume_claim_template=(volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate?)
 
Constructor Detail
Instance Method Detail
        
        def volume_claim_template=(volume_claim_template : Api::Core::V1::PersistentVolumeClaimTemplate?)
        #